Color Hex Logo

#c80baa Color Hex

#C80BAA
(200,11,170)
0 Favorites   0 Comments

Color spaces of #c80baa

RGB 20011170
HSL0.860.900.41
HSV310°95°78°
CMYK 0.000.950.15   0.22
XYZ31.194815.421039.3626
Yxy15.42100.36280.1794
Hunter Lab39.269673.0743-31.9417
CIE-Lab46.205576.7660-35.2239

#c80baa color RGB value is (200,11,170).

#c80baa hex color red value is 200, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c80baa hue: 0.86 , saturation: 0.90 and the lightness value of c80baa is 0.41.

The process color (four color CMYK) of #c80baa color hex is 0.00, 0.95, 0.15, 0.22. Web safe color of #c80baa is #cc0099. Color #c80baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001011 10101010
Octal 310 13 252
Decimal 200 11 170
Hex C8 B AA

RGB Percentages of Color #c80baa

%52.49
%2.89
%44.62

CMYK Percentages of Color #c80baa

%0
%95
%15
%22

Triadic Colors of #c80baa

#c80baa #aac80b #0baac8

Analogous Colors of #c80baa

#c80baa #c80b4c #880bc8

Monochromatic Colors of #c80baa

#c80baa

Complementary Color

#c80baa #0bc829

#c80baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80baa Color CSS Codes

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

#c80baa Text Font Color

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

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


#c80baa Background Color

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

This div background color is #c80baa


#c80baa Border Color

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

This div border color is #c80baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c80baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c80baa;
  -webkit-box-shadow: 1px 1px 3px 2px #c80baa;
  box-shadow:         1px 1px 3px 2px #c80baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,11,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80baa


Comments

No comments written yet.

Please login to write comment.