Color Hex Logo

#c66ee5 Color Hex

#C66EE5
(198,110,229)
0 Favorites   0 Comments

Color spaces of #c66ee5

RGB 198110229
HSL0.790.700.66
HSV284°52°90°
CMYK 0.140.520.00   0.10
XYZ43.007528.814877.4238
Yxy28.81480.28820.1931
Hunter Lab53.679449.0737-47.9406
CIE-Lab60.617853.6099-46.4126

#c66ee5 color RGB value is (198,110,229).

#c66ee5 hex color red value is 198, green value is 110 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #c66ee5 hue: 0.79 , saturation: 0.70 and the lightness value of c66ee5 is 0.66.

The process color (four color CMYK) of #c66ee5 color hex is 0.14, 0.52, 0.00, 0.10. Web safe color of #c66ee5 is #cc66cc. Color #c66ee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 11100101
Octal 306 156 345
Decimal 198 110 229
Hex C6 6E E5

RGB Percentages of Color #c66ee5

%36.87
%20.48
%42.64

CMYK Percentages of Color #c66ee5

%14
%52
%0
%10

Triadic Colors of #c66ee5

#c66ee5 #e5c66e #6ee5c6

Analogous Colors of #c66ee5

#c66ee5 #e56ec9 #8b6ee5

Monochromatic Colors of #c66ee5

#c66ee5

Complementary Color

#c66ee5 #8de56e

#c66ee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ee5 Color CSS Codes

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

#c66ee5 Text Font Color

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

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


#c66ee5 Background Color

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

This div background color is #c66ee5


#c66ee5 Border Color

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

This div border color is #c66ee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ee5


Comments

No comments written yet.

Please login to write comment.