Color Hex Logo

#cd527d Color Hex

#CD527D
(205,82,125)
0 Favorites   0 Comments

Color spaces of #cd527d

RGB 20582125
HSL0.940.550.56
HSV339°60°80°
CMYK 0.000.600.39   0.20
XYZ31.895820.494421.6768
Yxy20.49440.43060.2767
Hunter Lab45.270746.53963.2999
CIE-Lab52.391652.66591.1349

#cd527d color RGB value is (205,82,125).

#cd527d hex color red value is 205, green value is 82 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cd527d hue: 0.94 , saturation: 0.55 and the lightness value of cd527d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010010 01111101
Octal 315 122 175
Decimal 205 82 125
Hex CD 52 7D

RGB Percentages of Color #cd527d

%49.76
%19.90
%30.34

CMYK Percentages of Color #cd527d

%0
%60
%39
%20

Triadic Colors of #cd527d

#cd527d #7dcd52 #527dcd

Analogous Colors of #cd527d

#cd527d #cd6552 #cd52bb

Monochromatic Colors of #cd527d

#cd527d

Complementary Color

#cd527d #52cda2

#cd527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd527d Color CSS Codes

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

#cd527d Text Font Color

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

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


#cd527d Background Color

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

This div background color is #cd527d


#cd527d Border Color

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

This div border color is #cd527d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd527d


Comments

No comments written yet.

Please login to write comment.