Color Hex Logo

#c80bdf Color Hex

#C80BDF
(200,11,223)
0 Favorites   0 Comments

Color spaces of #c80bdf

RGB 20011223
HSL0.820.910.46
HSV293°95°87°
CMYK 0.100.950.00   0.13
XYZ37.258417.846471.2930
Yxy17.84640.29480.1412
Hunter Lab42.245083.5011-70.4868
CIE-Lab49.309384.4250-61.0681

#c80bdf color RGB value is (200,11,223).

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

The process color (four color CMYK) of #c80bdf color hex is 0.10, 0.95, 0.00, 0.13. Web safe color of #c80bdf is #cc00cc. Color #c80bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001011 11011111
Octal 310 13 337
Decimal 200 11 223
Hex C8 B DF

RGB Percentages of Color #c80bdf

%46.08
%2.53
%51.38

CMYK Percentages of Color #c80bdf

%10
%95
%0
%13

Triadic Colors of #c80bdf

#c80bdf #dfc80b #0bdfc8

Analogous Colors of #c80bdf

#c80bdf #df0b8c #5e0bdf

Monochromatic Colors of #c80bdf

#c80bdf

Complementary Color

#c80bdf #22df0b

#c80bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80bdf Color CSS Codes

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

#c80bdf Text Font Color

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

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


#c80bdf Background Color

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

This div background color is #c80bdf


#c80bdf Border Color

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

This div border color is #c80bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80bdf


Comments

No comments written yet.

Please login to write comment.