Color Hex Logo

#c927cb Color Hex

#C927CB
(201,39,203)
0 Favorites   0 Comments

Color spaces of #c927cb

RGB 20139203
HSL0.830.680.47
HSV299°81°80°
CMYK 0.010.810.00   0.20
XYZ35.592418.180358.1331
Yxy18.18030.31810.1625
Hunter Lab42.638474.3859-50.9891
CIE-Lab49.714177.1427-48.9498

#c927cb color RGB value is (201,39,203).

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

The process color (four color CMYK) of #c927cb color hex is 0.01, 0.81, 0.00, 0.20. Web safe color of #c927cb is #cc33cc. Color #c927cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100111 11001011
Octal 311 47 313
Decimal 201 39 203
Hex C9 27 CB

RGB Percentages of Color #c927cb

%45.37
%8.80
%45.82

CMYK Percentages of Color #c927cb

%1
%81
%0
%20

Triadic Colors of #c927cb

#c927cb #cbc927 #27cbc9

Analogous Colors of #c927cb

#c927cb #cb277b #7727cb

Monochromatic Colors of #c927cb

#c927cb

Complementary Color

#c927cb #29cb27

#c927cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c927cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c927cb Color CSS Codes

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

#c927cb Text Font Color

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

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


#c927cb Background Color

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

This div background color is #c927cb


#c927cb Border Color

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

This div border color is #c927cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c927cb


Comments

No comments written yet.

Please login to write comment.