Color Hex Logo

#c80bbb Color Hex

#C80BBB
(200,11,187)
0 Favorites   0 Comments

Color spaces of #c80bbb

RGB 20011187
HSL0.840.900.41
HSV304°95°78°
CMYK 0.000.950.07   0.22
XYZ32.908716.106648.3881
Yxy16.10660.33790.1654
Hunter Lab40.133076.1355-43.3924
CIE-Lab47.114079.0540-43.8067

#c80bbb color RGB value is (200,11,187).

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

The process color (four color CMYK) of #c80bbb color hex is 0.00, 0.95, 0.07, 0.22. Web safe color of #c80bbb is #cc00cc. Color #c80bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001011 10111011
Octal 310 13 273
Decimal 200 11 187
Hex C8 B BB

RGB Percentages of Color #c80bbb

%50.25
%2.76
%46.98

CMYK Percentages of Color #c80bbb

%0
%95
%7
%22

Triadic Colors of #c80bbb

#c80bbb #bbc80b #0bbbc8

Analogous Colors of #c80bbb

#c80bbb #c80b5c #770bc8

Monochromatic Colors of #c80bbb

#c80bbb

Complementary Color

#c80bbb #0bc818

#c80bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80bbb Color CSS Codes

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

#c80bbb Text Font Color

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

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


#c80bbb Background Color

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

This div background color is #c80bbb


#c80bbb Border Color

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

This div border color is #c80bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80bbb


Comments

No comments written yet.

Please login to write comment.