Color Hex Logo

#c66eea Color Hex

#C66EEA
(198,110,234)
0 Favorites   0 Comments

Color spaces of #c66eea

RGB 198110234
HSL0.780.750.67
HSV283°53°92°
CMYK 0.150.530.00   0.08
XYZ43.715929.098181.1543
Yxy29.09810.28390.1890
Hunter Lab53.942750.2593-51.4393
CIE-Lab60.868154.6272-48.8033

#c66eea color RGB value is (198,110,234).

#c66eea hex color red value is 198, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c66eea hue: 0.78 , saturation: 0.75 and the lightness value of c66eea is 0.67.

The process color (four color CMYK) of #c66eea color hex is 0.15, 0.53, 0.00, 0.08. Web safe color of #c66eea is #cc66ff. Color #c66eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 11101010
Octal 306 156 352
Decimal 198 110 234
Hex C6 6E EA

RGB Percentages of Color #c66eea

%36.53
%20.30
%43.17

CMYK Percentages of Color #c66eea

%15
%53
%0
%8

Triadic Colors of #c66eea

#c66eea #eac66e #6eeac6

Analogous Colors of #c66eea

#c66eea #ea6ed0 #886eea

Monochromatic Colors of #c66eea

#c66eea

Complementary Color

#c66eea #92ea6e

#c66eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66eea Color CSS Codes

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

#c66eea Text Font Color

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

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


#c66eea Background Color

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

This div background color is #c66eea


#c66eea Border Color

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

This div border color is #c66eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66eea


Comments

No comments written yet.

Please login to write comment.