Color Hex Logo

#c057bd Color Hex

#C057BD
(192,87,189)
0 Favorites   0 Comments

Color spaces of #c057bd

RGB 19287189
HSL0.840.450.55
HSV302°55°75°
CMYK 0.000.550.02   0.25
XYZ34.331721.697050.5226
Yxy21.69700.32220.2036
Hunter Lab46.580050.0479-31.7023
CIE-Lab53.704055.6382-34.6566

#c057bd color RGB value is (192,87,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 10111101
Octal 300 127 275
Decimal 192 87 189
Hex C0 57 BD

RGB Percentages of Color #c057bd

%41.03
%18.59
%40.38

CMYK Percentages of Color #c057bd

%0
%55
%2
%25

Triadic Colors of #c057bd

#c057bd #bdc057 #57bdc0

Analogous Colors of #c057bd

#c057bd #c05789 #8f57c0

Monochromatic Colors of #c057bd

#c057bd

Complementary Color

#c057bd #57c05a

#c057bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057bd Color CSS Codes

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

#c057bd Text Font Color

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

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


#c057bd Background Color

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

This div background color is #c057bd


#c057bd Border Color

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

This div border color is #c057bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057bd


Comments

No comments written yet.

Please login to write comment.