Color Hex Logo

#c057bc Color Hex

#C057BC
(192,87,188)
0 Favorites   0 Comments

Color spaces of #c057bc

RGB 19287188
HSL0.840.450.55
HSV302°55°75°
CMYK 0.000.550.02   0.25
XYZ34.223521.653749.9528
Yxy21.65370.32340.2046
Hunter Lab46.533549.8457-31.0731
CIE-Lab53.657655.4637-34.1523

#c057bc color RGB value is (192,87,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010111 10111100
Octal 300 127 274
Decimal 192 87 188
Hex C0 57 BC

RGB Percentages of Color #c057bc

%41.11
%18.63
%40.26

CMYK Percentages of Color #c057bc

%0
%55
%2
%25

Triadic Colors of #c057bc

#c057bc #bcc057 #57bcc0

Analogous Colors of #c057bc

#c057bc #c05788 #9057c0

Monochromatic Colors of #c057bc

#c057bc

Complementary Color

#c057bc #57c05b

#c057bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c057bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c057bc Color CSS Codes

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

#c057bc Text Font Color

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

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


#c057bc Background Color

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

This div background color is #c057bc


#c057bc Border Color

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

This div border color is #c057bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c057bc


Comments

No comments written yet.

Please login to write comment.