Color Hex Logo

#c057bb Color Hex

#C057BB
(192,87,187)
0 Favorites   0 Comments

Color spaces of #c057bb

RGB 19287187
HSL0.840.450.55
HSV303°55°75°
CMYK 0.000.550.03   0.25
XYZ34.116121.610749.3869
Yxy21.61070.32460.2056
Hunter Lab46.487349.6448-30.4470
CIE-Lab53.611555.2901-33.6472

#c057bb color RGB value is (192,87,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 10111011
Octal 300 127 273
Decimal 192 87 187
Hex C0 57 BB

RGB Percentages of Color #c057bb

%41.20
%18.67
%40.13

CMYK Percentages of Color #c057bb

%0
%55
%3
%25

Triadic Colors of #c057bb

#c057bb #bbc057 #57bbc0

Analogous Colors of #c057bb

#c057bb #c05787 #9157c0

Monochromatic Colors of #c057bb

#c057bb

Complementary Color

#c057bb #57c05c

#c057bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057bb Color CSS Codes

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

#c057bb Text Font Color

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

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


#c057bb Background Color

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

This div background color is #c057bb


#c057bb Border Color

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

This div border color is #c057bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057bb


Comments

No comments written yet.

Please login to write comment.