Color Hex Logo

#c966fe Color Hex

#C966FE
(201,102,254)
0 Favorites   0 Comments

Color spaces of #c966fe

RGB 201102254
HSL0.780.990.70
HSV279°60°100°
CMYK 0.210.600.00   0.00
XYZ46.728229.076096.9153
Yxy29.07600.27050.1683
Hunter Lab53.922260.3218-68.8175
CIE-Lab60.848663.3799-59.8886

#c966fe color RGB value is (201,102,254).

#c966fe hex color red value is 201, green value is 102 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c966fe hue: 0.78 , saturation: 0.99 and the lightness value of c966fe is 0.70.

The process color (four color CMYK) of #c966fe color hex is 0.21, 0.60, 0.00, 0.00. Web safe color of #c966fe is #cc66ff. Color #c966fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11111110
Octal 311 146 376
Decimal 201 102 254
Hex C9 66 FE

RGB Percentages of Color #c966fe

%36.09
%18.31
%45.60

CMYK Percentages of Color #c966fe

%21
%60
%0
%0

Triadic Colors of #c966fe

#c966fe #fec966 #66fec9

Analogous Colors of #c966fe

#c966fe #fe66e7 #7d66fe

Monochromatic Colors of #c966fe

#c966fe

Complementary Color

#c966fe #9bfe66

#c966fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966fe Color CSS Codes

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

#c966fe Text Font Color

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

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


#c966fe Background Color

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

This div background color is #c966fe


#c966fe Border Color

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

This div border color is #c966fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,102,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966fe

Related Colors


Comments

No comments written yet.

Please login to write comment.