Color Hex Logo

#cd607d Color Hex

#CD607D
(205,96,125)
0 Favorites   0 Comments

Color spaces of #cd607d

RGB 20596125
HSL0.960.520.59
HSV344°53°80°
CMYK 0.000.530.39   0.20
XYZ33.061422.825522.0653
Yxy22.82550.42410.2928
Hunter Lab47.776039.91546.0602
CIE-Lab54.892146.06994.7525

#cd607d color RGB value is (205,96,125).

#cd607d hex color red value is 205, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cd607d hue: 0.96 , saturation: 0.52 and the lightness value of cd607d is 0.59.

The process color (four color CMYK) of #cd607d color hex is 0.00, 0.53, 0.39, 0.20. Web safe color of #cd607d is #cc6666. Color #cd607d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100000 01111101
Octal 315 140 175
Decimal 205 96 125
Hex CD 60 7D

RGB Percentages of Color #cd607d

%48.12
%22.54
%29.34

CMYK Percentages of Color #cd607d

%0
%53
%39
%20

Triadic Colors of #cd607d

#cd607d #7dcd60 #607dcd

Analogous Colors of #cd607d

#cd607d #cd7a60 #cd60b4

Monochromatic Colors of #cd607d

#cd607d

Complementary Color

#cd607d #60cdb0

#cd607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd607d Color CSS Codes

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

#cd607d Text Font Color

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

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


#cd607d Background Color

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

This div background color is #cd607d


#cd607d Border Color

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

This div border color is #cd607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd607d


Comments

No comments written yet.

Please login to write comment.