Color Hex Logo

#c051bb Color Hex

#C051BB
(192,81,187)
0 Favorites   0 Comments

Color spaces of #c051bb

RGB 19281187
HSL0.840.470.54
HSV303°58°75°
CMYK 0.000.580.03   0.25
XYZ33.650320.679249.2316
Yxy20.67920.32490.1997
Hunter Lab45.474452.5069-32.3566
CIE-Lab52.596658.0400-35.2357

#c051bb color RGB value is (192,81,187).

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

The process color (four color CMYK) of #c051bb color hex is 0.00, 0.58, 0.03, 0.25. Web safe color of #c051bb is #cc66cc. Color #c051bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010001 10111011
Octal 300 121 273
Decimal 192 81 187
Hex C0 51 BB

RGB Percentages of Color #c051bb

%41.74
%17.61
%40.65

CMYK Percentages of Color #c051bb

%0
%58
%3
%25

Triadic Colors of #c051bb

#c051bb #bbc051 #51bbc0

Analogous Colors of #c051bb

#c051bb #c05184 #8e51c0

Monochromatic Colors of #c051bb

#c051bb

Complementary Color

#c051bb #51c056

#c051bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c051bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c051bb Color CSS Codes

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

#c051bb Text Font Color

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

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


#c051bb Background Color

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

This div background color is #c051bb


#c051bb Border Color

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

This div border color is #c051bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c051bb


Comments

No comments written yet.

Please login to write comment.