Color Hex Logo

#c051cb Color Hex

#C051CB
(192,81,203)
0 Favorites   0 Comments

Color spaces of #c051cb

RGB 19281203
HSL0.820.540.56
HSV295°60°80°
CMYK 0.050.600.00   0.20
XYZ35.460121.403158.7622
Yxy21.40310.30670.1851
Hunter Lab46.263555.8558-42.9236
CIE-Lab53.387960.8602-43.1988

#c051cb color RGB value is (192,81,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 11001011
Octal 300 121 313
Decimal 192 81 203
Hex C0 51 CB

RGB Percentages of Color #c051cb

%40.34
%17.02
%42.65

CMYK Percentages of Color #c051cb

%5
%60
%0
%20

Triadic Colors of #c051cb

#c051cb #cbc051 #51cbc0

Analogous Colors of #c051cb

#c051cb #cb5199 #8351cb

Monochromatic Colors of #c051cb

#c051cb

Complementary Color

#c051cb #5ccb51

#c051cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051cb Color CSS Codes

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

#c051cb Text Font Color

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

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


#c051cb Background Color

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

This div background color is #c051cb


#c051cb Border Color

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

This div border color is #c051cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051cb


Comments

No comments written yet.

Please login to write comment.