Color Hex Logo

#c66cef Color Hex

#C66CEF
(198,108,239)
0 Favorites   0 Comments

Color spaces of #c66cef

RGB 198108239
HSL0.780.800.68
HSV281°55°94°
CMYK 0.170.550.00   0.06
XYZ44.231328.962984.9205
Yxy28.96290.27970.1832
Hunter Lab53.817252.5256-55.8843
CIE-Lab60.748956.6520-51.7717

#c66cef color RGB value is (198,108,239).

#c66cef hex color red value is 198, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c66cef hue: 0.78 , saturation: 0.80 and the lightness value of c66cef is 0.68.

The process color (four color CMYK) of #c66cef color hex is 0.17, 0.55, 0.00, 0.06. Web safe color of #c66cef is #cc66ff. Color #c66cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 11101111
Octal 306 154 357
Decimal 198 108 239
Hex C6 6C EF

RGB Percentages of Color #c66cef

%36.33
%19.82
%43.85

CMYK Percentages of Color #c66cef

%17
%55
%0
%6

Triadic Colors of #c66cef

#c66cef #efc66c #6cefc6

Analogous Colors of #c66cef

#c66cef #ef6cd7 #856cef

Monochromatic Colors of #c66cef

#c66cef

Complementary Color

#c66cef #95ef6c

#c66cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cef Color CSS Codes

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

#c66cef Text Font Color

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

This sample text font color is #c66cef
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.


#c66cef Background Color

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

This div background color is #c66cef


#c66cef Border Color

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

This div border color is #c66cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cef


Comments

No comments written yet.

Please login to write comment.