Color Hex Logo

#c050bc Color Hex

#C050BC
(192,80,188)
0 Favorites   0 Comments

Color spaces of #c050bc

RGB 19280188
HSL0.840.470.53
HSV302°58°75°
CMYK 0.000.580.02   0.25
XYZ33.684020.574649.7729
Yxy20.57460.32380.1978
Hunter Lab45.359253.1764-33.3077
CIE-Lab52.480758.6575-35.9960

#c050bc color RGB value is (192,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01010000 10111100
Octal 300 120 274
Decimal 192 80 188
Hex C0 50 BC

RGB Percentages of Color #c050bc

%41.74
%17.39
%40.87

CMYK Percentages of Color #c050bc

%0
%58
%2
%25

Triadic Colors of #c050bc

#c050bc #bcc050 #50bcc0

Analogous Colors of #c050bc

#c050bc #c05084 #8c50c0

Monochromatic Colors of #c050bc

#c050bc

Complementary Color

#c050bc #50c054

#c050bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c050bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c050bc Color CSS Codes

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

#c050bc Text Font Color

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

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


#c050bc Background Color

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

This div background color is #c050bc


#c050bc Border Color

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

This div border color is #c050bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c050bc


Comments

No comments written yet.

Please login to write comment.