Color Hex Logo

#cd507e Color Hex

#CD507E
(205,80,126)
0 Favorites   0 Comments

Color spaces of #cd507e

RGB 20580126
HSL0.940.560.56
HSV338°61°80°
CMYK 0.000.610.39   0.20
XYZ31.811420.222821.9654
Yxy20.22280.42990.2733
Hunter Lab44.969847.57302.5187
CIE-Lab52.088253.66720.0957

#cd507e color RGB value is (205,80,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 01111110
Octal 315 120 176
Decimal 205 80 126
Hex CD 50 7E

RGB Percentages of Color #cd507e

%49.88
%19.46
%30.66

CMYK Percentages of Color #cd507e

%0
%61
%39
%20

Triadic Colors of #cd507e

#cd507e #7ecd50 #507ecd

Analogous Colors of #cd507e

#cd507e #cd6150 #cd50bd

Monochromatic Colors of #cd507e

#cd507e

Complementary Color

#cd507e #50cd9f

#cd507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd507e Color CSS Codes

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

#cd507e Text Font Color

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

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


#cd507e Background Color

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

This div background color is #cd507e


#cd507e Border Color

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

This div border color is #cd507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd507e


Comments

No comments written yet.

Please login to write comment.