Color Hex Logo

#c66ec4 Color Hex

#C66EC4
(198,110,196)
0 Favorites   0 Comments

Color spaces of #c66ec4

RGB 198110196
HSL0.840.440.60
HSV301°44°78°
CMYK 0.000.440.01   0.22
XYZ38.828427.143155.4172
Yxy27.14310.31990.2236
Hunter Lab52.099041.8593-26.5968
CIE-Lab59.106547.2647-30.1888

#c66ec4 color RGB value is (198,110,196).

#c66ec4 hex color red value is 198, green value is 110 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #c66ec4 hue: 0.84 , saturation: 0.44 and the lightness value of c66ec4 is 0.60.

The process color (four color CMYK) of #c66ec4 color hex is 0.00, 0.44, 0.01, 0.22. Web safe color of #c66ec4 is #cc66cc. Color #c66ec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101110 11000100
Octal 306 156 304
Decimal 198 110 196
Hex C6 6E C4

RGB Percentages of Color #c66ec4

%39.29
%21.83
%38.89

CMYK Percentages of Color #c66ec4

%0
%44
%1
%22

Triadic Colors of #c66ec4

#c66ec4 #c4c66e #6ec4c6

Analogous Colors of #c66ec4

#c66ec4 #c66e98 #9c6ec6

Monochromatic Colors of #c66ec4

#c66ec4

Complementary Color

#c66ec4 #6ec670

#c66ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ec4 Color CSS Codes

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

#c66ec4 Text Font Color

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

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


#c66ec4 Background Color

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

This div background color is #c66ec4


#c66ec4 Border Color

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

This div border color is #c66ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ec4


Comments

No comments written yet.

Please login to write comment.