Color Hex Logo

#c966ea Color Hex

#C966EA
(201,102,234)
0 Favorites   0 Comments

Color spaces of #c966ea

RGB 201102234
HSL0.790.760.66
HSV285°56°92°
CMYK 0.140.560.00   0.08
XYZ43.690027.860880.9168
Yxy27.86080.28660.1827
Hunter Lab52.783355.3778-53.9432
CIE-Lab59.762859.3154-50.5320

#c966ea color RGB value is (201,102,234).

#c966ea hex color red value is 201, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c966ea hue: 0.79 , saturation: 0.76 and the lightness value of c966ea is 0.66.

The process color (four color CMYK) of #c966ea color hex is 0.14, 0.56, 0.00, 0.08. Web safe color of #c966ea is #cc66ff. Color #c966ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11101010
Octal 311 146 352
Decimal 201 102 234
Hex C9 66 EA

RGB Percentages of Color #c966ea

%37.43
%18.99
%43.58

CMYK Percentages of Color #c966ea

%14
%56
%0
%8

Triadic Colors of #c966ea

#c966ea #eac966 #66eac9

Analogous Colors of #c966ea

#c966ea #ea66c9 #8766ea

Monochromatic Colors of #c966ea

#c966ea

Complementary Color

#c966ea #87ea66

#c966ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966ea Color CSS Codes

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

#c966ea Text Font Color

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

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


#c966ea Background Color

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

This div background color is #c966ea


#c966ea Border Color

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

This div border color is #c966ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,102,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 #c966ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966ea


Comments

No comments written yet.

Please login to write comment.