color codes Logo

#cc1dbd color codes

#CC1DBD
(204,29,189)
0 Favorites   0 Comments

Color spaces of #cc1dbd

RGB 20429189
HSL0.850.750.46
HSV305°86°80°
CMYK 0.000.860.07   0.20
XYZ34.526517.390249.6810
Yxy17.39020.33980.1712
Hunter Lab41.701674.8100-41.4438
CIE-Lab48.748077.6727-42.3370

#cc1dbd color RGB value is (204,29,189).

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

The process color (four color CMYK) of #cc1dbd color code is 0.00, 0.86, 0.07, 0.20. Web safe color of #cc1dbd is #cc33cc. Color #cc1dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011101 10111101
Octal 314 35 275
Decimal 204 29 189
Hex CC 1D BD

RGB Percentages of Color #cc1dbd

%48.34
%6.87
%44.79

CMYK Percentages of Color #cc1dbd

%0
%86
%7
%20

Triadic Colors of #cc1dbd

#cc1dbd #bdcc1d #1dbdcc

Analogous Colors of #cc1dbd

#cc1dbd #cc1d66 #841dcc

Monochromatic Colors of #cc1dbd

#cc1dbd

Complementary Color

#cc1dbd #1dcc2c

#cc1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1dbd Color CSS Codes

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

#cc1dbd Text Font Color

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

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


#cc1dbd Background Color

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

This div background color is #cc1dbd


#cc1dbd Border Color

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

This div border color is #cc1dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1dbd


Comments

No comments written yet.

Please login to write comment.