Color Hex Logo

#c951cb Color Hex

#C951CB
(201,81,203)
0 Favorites   0 Comments

Color spaces of #c951cb

RGB 20181203
HSL0.830.540.56
HSV299°60°80°
CMYK 0.010.600.00   0.20
XYZ37.809322.614258.8721
Yxy22.61420.31690.1896
Hunter Lab47.554458.7007-40.1127
CIE-Lab54.672763.1015-41.0850

#c951cb color RGB value is (201,81,203).

#c951cb hex color red value is 201, green value is 81 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c951cb hue: 0.83 , saturation: 0.54 and the lightness value of c951cb is 0.56.

The process color (four color CMYK) of #c951cb color hex is 0.01, 0.60, 0.00, 0.20. Web safe color of #c951cb is #cc66cc. Color #c951cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010001 11001011
Octal 311 121 313
Decimal 201 81 203
Hex C9 51 CB

RGB Percentages of Color #c951cb

%41.44
%16.70
%41.86

CMYK Percentages of Color #c951cb

%1
%60
%0
%20

Triadic Colors of #c951cb

#c951cb #cbc951 #51cbc9

Analogous Colors of #c951cb

#c951cb #cb5190 #8c51cb

Monochromatic Colors of #c951cb

#c951cb

Complementary Color

#c951cb #53cb51

#c951cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c951cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c951cb Color CSS Codes

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

#c951cb Text Font Color

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

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


#c951cb Background Color

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

This div background color is #c951cb


#c951cb Border Color

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

This div border color is #c951cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c951cb


Comments

No comments written yet.

Please login to write comment.