Color Hex Logo

#c80bda Color Hex

#C80BDA
(200,11,218)
0 Favorites   0 Comments

Color spaces of #c80bda

RGB 20011218
HSL0.820.900.45
HSV295°95°85°
CMYK 0.080.950.00   0.15
XYZ36.594017.580767.7944
Yxy17.58070.30000.1441
Hunter Lab41.929382.4102-66.5138
CIE-Lab48.983583.6408-58.7411

#c80bda color RGB value is (200,11,218).

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

The process color (four color CMYK) of #c80bda color hex is 0.08, 0.95, 0.00, 0.15. Web safe color of #c80bda is #cc00cc. Color #c80bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001011 11011010
Octal 310 13 332
Decimal 200 11 218
Hex C8 B DA

RGB Percentages of Color #c80bda

%46.62
%2.56
%50.82

CMYK Percentages of Color #c80bda

%8
%95
%0
%15

Triadic Colors of #c80bda

#c80bda #dac80b #0bdac8

Analogous Colors of #c80bda

#c80bda #da0b85 #600bda

Monochromatic Colors of #c80bda

#c80bda

Complementary Color

#c80bda #1dda0b

#c80bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80bda Color CSS Codes

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

#c80bda Text Font Color

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

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


#c80bda Background Color

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

This div background color is #c80bda


#c80bda Border Color

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

This div border color is #c80bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80bda


Comments

No comments written yet.

Please login to write comment.