Color Hex Logo

#cd517d Color Hex

#CD517D
(205,81,125)
0 Favorites   0 Comments

Color spaces of #cd517d

RGB 20581125
HSL0.940.550.56
HSV339°60°80°
CMYK 0.000.600.39   0.20
XYZ31.820920.344721.6518
Yxy20.34470.43110.2756
Hunter Lab45.105146.99493.1126
CIE-Lab52.224753.11330.8920

#cd517d color RGB value is (205,81,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010001 01111101
Octal 315 121 175
Decimal 205 81 125
Hex CD 51 7D

RGB Percentages of Color #cd517d

%49.88
%19.71
%30.41

CMYK Percentages of Color #cd517d

%0
%60
%39
%20

Triadic Colors of #cd517d

#cd517d #7dcd51 #517dcd

Analogous Colors of #cd517d

#cd517d #cd6351 #cd51bb

Monochromatic Colors of #cd517d

#cd517d

Complementary Color

#cd517d #51cda1

#cd517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd517d Color CSS Codes

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

#cd517d Text Font Color

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

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


#cd517d Background Color

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

This div background color is #cd517d


#cd517d Border Color

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

This div border color is #cd517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd517d


Comments

No comments written yet.

Please login to write comment.