color codes Logo

#c67ee9 color codes

#C67EE9
(198,126,233)
0 Favorites   0 Comments

Color spaces of #c67ee9

RGB 198126233
HSL0.780.710.70
HSV280°46°91°
CMYK 0.150.460.00   0.09
XYZ45.457532.810781.0280
Yxy32.81070.28540.2060
Hunter Lab57.280641.4152-43.7740
CIE-Lab64.007346.1549-43.2967

#c67ee9 color RGB value is (198,126,233).

#c67ee9 hex color red value is 198, green value is 126 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c67ee9 hue: 0.78 , saturation: 0.71 and the lightness value of c67ee9 is 0.70.

The process color (four color CMYK) of #c67ee9 color code is 0.15, 0.46, 0.00, 0.09. Web safe color of #c67ee9 is #cc66ff. Color #c67ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11101001
Octal 306 176 351
Decimal 198 126 233
Hex C6 7E E9

RGB Percentages of Color #c67ee9

%35.55
%22.62
%41.83

CMYK Percentages of Color #c67ee9

%15
%46
%0
%9

Triadic Colors of #c67ee9

#c67ee9 #e9c67e #7ee9c6

Analogous Colors of #c67ee9

#c67ee9 #e97ed7 #917ee9

Monochromatic Colors of #c67ee9

#c67ee9

Complementary Color

#c67ee9 #a1e97e

#c67ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ee9 Color CSS Codes

.mybgcolor {background-color:#c67ee9; } 
.myforecolor {color:#c67ee9; }
.mybordercolor {border:3px solid #c67ee9; }

#c67ee9 Text Font Color

<p style="color:#c67ee9">Text here</p>

This sample text font color is #c67ee9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c67ee9 Background Color

<div style="background-color:#c67ee9">
Div content here</div>

This div background color is #c67ee9


#c67ee9 Border Color

<div style="border:3px solid #c67ee9">
Div here</div>

This div border color is #c67ee9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,126,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67ee9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67ee9;
  -webkit-box-shadow: 1px 1px 3px 2px #c67ee9;
  box-shadow:         1px 1px 3px 2px #c67ee9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,126,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c67ee9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c67ee9;
  -webkit-box-shadow: 1px 1px 3px 2px #c67ee9;
  box-shadow:         1px 1px 3px 2px #c67ee9;">
Div content here</div>

This div box has shadow with color #c67ee9


Comments

No comments written yet.

Please login to write comment.