Color Hex Logo

#cd0bcc Color Hex

#CD0BCC
(205,11,204)
0 Favorites   0 Comments

Color spaces of #cd0bcc

RGB 20511204
HSL0.830.900.42
HSV300°95°80°
CMYK 0.000.950.00   0.20
XYZ36.195617.578158.6119
Yxy17.57810.32210.1564
Hunter Lab41.926280.7310-53.5376
CIE-Lab48.980382.3298-50.6591

#cd0bcc color RGB value is (205,11,204).

#cd0bcc hex color red value is 205, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cd0bcc hue: 0.83 , saturation: 0.90 and the lightness value of cd0bcc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001011 11001100
Octal 315 13 314
Decimal 205 11 204
Hex CD B CC

RGB Percentages of Color #cd0bcc

%48.81
%2.62
%48.57

CMYK Percentages of Color #cd0bcc

%0
%95
%0
%20

Triadic Colors of #cd0bcc

#cd0bcc #cccd0b #0bcccd

Analogous Colors of #cd0bcc

#cd0bcc #cd0b6b #6d0bcd

Monochromatic Colors of #cd0bcc

#cd0bcc

Complementary Color

#cd0bcc #0bcd0c

#cd0bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd0bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd0bcc Color CSS Codes

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

#cd0bcc Text Font Color

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

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


#cd0bcc Background Color

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

This div background color is #cd0bcc


#cd0bcc Border Color

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

This div border color is #cd0bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd0bcc


Comments

No comments written yet.

Please login to write comment.