Color Hex Logo

#c00bdd Color Hex

#C00BDD
(192,11,221)
0 Favorites   0 Comments

Color spaces of #c00bdd

RGB 19211221
HSL0.810.910.45
HSV292°95°87°
CMYK 0.130.950.00   0.13
XYZ34.909016.666369.7836
Yxy16.66630.28770.1373
Hunter Lab40.824481.1930-72.7709
CIE-Lab47.836882.9128-62.3725

#c00bdd color RGB value is (192,11,221).

#c00bdd hex color red value is 192, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c00bdd hue: 0.81 , saturation: 0.91 and the lightness value of c00bdd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 11011101
Octal 300 13 335
Decimal 192 11 221
Hex C0 B DD

RGB Percentages of Color #c00bdd

%45.28
%2.59
%52.12

CMYK Percentages of Color #c00bdd

%13
%95
%0
%13

Triadic Colors of #c00bdd

#c00bdd #ddc00b #0bddc0

Analogous Colors of #c00bdd

#c00bdd #dd0b91 #570bdd

Monochromatic Colors of #c00bdd

#c00bdd

Complementary Color

#c00bdd #28dd0b

#c00bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00bdd Color CSS Codes

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

#c00bdd Text Font Color

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

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


#c00bdd Background Color

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

This div background color is #c00bdd


#c00bdd Border Color

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

This div border color is #c00bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00bdd


Comments

No comments written yet.

Please login to write comment.