Color Hex Logo

#cc7dbd Color Hex

#CC7DBD
(204,125,189)
0 Favorites   0 Comments

Color spaces of #cc7dbd

RGB 204125189
HSL0.860.440.65
HSV311°39°80°
CMYK 0.000.390.07   0.20
XYZ41.420831.178751.9791
Yxy31.17870.33250.2503
Hunter Lab55.837934.6958-16.1061
CIE-Lab62.658240.0353-20.6922

#cc7dbd color RGB value is (204,125,189).

#cc7dbd hex color red value is 204, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc7dbd hue: 0.86 , saturation: 0.44 and the lightness value of cc7dbd is 0.65.

The process color (four color CMYK) of #cc7dbd color hex is 0.00, 0.39, 0.07, 0.20. Web safe color of #cc7dbd is #cc66cc. Color #cc7dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 10111101
Octal 314 175 275
Decimal 204 125 189
Hex CC 7D BD

RGB Percentages of Color #cc7dbd

%39.38
%24.13
%36.49

CMYK Percentages of Color #cc7dbd

%0
%39
%7
%20

Triadic Colors of #cc7dbd

#cc7dbd #bdcc7d #7dbdcc

Analogous Colors of #cc7dbd

#cc7dbd #cc7d96 #b47dcc

Monochromatic Colors of #cc7dbd

#cc7dbd

Complementary Color

#cc7dbd #7dcc8c

#cc7dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7dbd Color CSS Codes

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

#cc7dbd Text Font Color

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

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


#cc7dbd Background Color

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

This div background color is #cc7dbd


#cc7dbd Border Color

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

This div border color is #cc7dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,125,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 #cc7dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7dbd


Comments

No comments written yet.

Please login to write comment.