Color Hex Logo

#c966fd Color Hex

#C966FD
(201,102,253)
0 Favorites   0 Comments

Color spaces of #c966fd

RGB 201102253
HSL0.780.970.70
HSV279°60°99°
CMYK 0.210.600.00   0.01
XYZ46.568429.012196.0740
Yxy29.01210.27130.1690
Hunter Lab53.862960.0663-68.0502
CIE-Lab60.792363.1724-59.4274

#c966fd color RGB value is (201,102,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 11111101
Octal 311 146 375
Decimal 201 102 253
Hex C9 66 FD

RGB Percentages of Color #c966fd

%36.15
%18.35
%45.50

CMYK Percentages of Color #c966fd

%21
%60
%0
%1

Triadic Colors of #c966fd

#c966fd #fdc966 #66fdc9

Analogous Colors of #c966fd

#c966fd #fd66e6 #7e66fd

Monochromatic Colors of #c966fd

#c966fd

Complementary Color

#c966fd #9afd66

#c966fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966fd Color CSS Codes

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

#c966fd Text Font Color

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

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


#c966fd Background Color

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

This div background color is #c966fd


#c966fd Border Color

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

This div border color is #c966fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966fd


Comments

No comments written yet.

Please login to write comment.