Color Hex Logo

#cc1dcd Color Hex

#CC1DCD
(204,29,205)
0 Favorites   0 Comments

Color spaces of #cc1dcd

RGB 20429205
HSL0.830.750.46
HSV300°86°80°
CMYK 0.000.860.00   0.20
XYZ36.360618.123959.3394
Yxy18.12390.31940.1592
Hunter Lab42.572277.9543-52.8411
CIE-Lab49.646080.0103-50.1817

#cc1dcd color RGB value is (204,29,205).

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

The process color (four color CMYK) of #cc1dcd color hex is 0.00, 0.86, 0.00, 0.20. Web safe color of #cc1dcd is #cc33cc. Color #cc1dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011101 11001101
Octal 314 35 315
Decimal 204 29 205
Hex CC 1D CD

RGB Percentages of Color #cc1dcd

%46.58
%6.62
%46.80

CMYK Percentages of Color #cc1dcd

%0
%86
%0
%20

Triadic Colors of #cc1dcd

#cc1dcd #cdcc1d #1dcdcc

Analogous Colors of #cc1dcd

#cc1dcd #cd1d76 #741dcd

Monochromatic Colors of #cc1dcd

#cc1dcd

Complementary Color

#cc1dcd #1ecd1d

#cc1dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1dcd Color CSS Codes

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

#cc1dcd Text Font Color

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

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


#cc1dcd Background Color

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

This div background color is #cc1dcd


#cc1dcd Border Color

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

This div border color is #cc1dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1dcd


Comments

No comments written yet.

Please login to write comment.