Color Hex Logo

#cc7d9d Color Hex

#CC7D9D
(204,125,157)
0 Favorites   0 Comments

Color spaces of #cc7d9d

RGB 204125157
HSL0.930.440.65
HSV336°39°80°
CMYK 0.000.390.23   0.20
XYZ38.321329.938935.6573
Yxy29.93890.36880.2881
Hunter Lab54.716529.2608-0.3362
CIE-Lab61.601534.8886-4.0605

#cc7d9d color RGB value is (204,125,157).

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

The process color (four color CMYK) of #cc7d9d color hex is 0.00, 0.39, 0.23, 0.20. Web safe color of #cc7d9d is #cc6699. Color #cc7d9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111101 10011101
Octal 314 175 235
Decimal 204 125 157
Hex CC 7D 9D

RGB Percentages of Color #cc7d9d

%41.98
%25.72
%32.30

CMYK Percentages of Color #cc7d9d

%0
%39
%23
%20

Triadic Colors of #cc7d9d

#cc7d9d #9dcc7d #7d9dcc

Analogous Colors of #cc7d9d

#cc7d9d #cc857d #cc7dc5

Monochromatic Colors of #cc7d9d

#cc7d9d

Complementary Color

#cc7d9d #7dccac

#cc7d9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7d9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7d9d Color CSS Codes

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

#cc7d9d Text Font Color

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

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


#cc7d9d Background Color

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

This div background color is #cc7d9d


#cc7d9d Border Color

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

This div border color is #cc7d9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7d9d


Comments

No comments written yet.

Please login to write comment.