Color Hex Logo

#cd509b Color Hex

#CD509B
(205,80,155)
0 Favorites   0 Comments

Color spaces of #cd509b

RGB 20580155
HSL0.900.560.56
HSV324°61°80°
CMYK 0.000.610.24   0.20
XYZ33.961921.083033.2898
Yxy21.08300.38450.2387
Hunter Lab45.916251.6740-10.8446
CIE-Lab53.040257.2163-15.7001

#cd509b color RGB value is (205,80,155).

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

The process color (four color CMYK) of #cd509b color hex is 0.00, 0.61, 0.24, 0.20. Web safe color of #cd509b is #cc6699. Color #cd509b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 10011011
Octal 315 120 233
Decimal 205 80 155
Hex CD 50 9B

RGB Percentages of Color #cd509b

%46.59
%18.18
%35.23

CMYK Percentages of Color #cd509b

%0
%61
%24
%20

Triadic Colors of #cd509b

#cd509b #9bcd50 #509bcd

Analogous Colors of #cd509b

#cd509b #cd505d #c150cd

Monochromatic Colors of #cd509b

#cd509b

Complementary Color

#cd509b #50cd82

#cd509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd509b Color CSS Codes

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

#cd509b Text Font Color

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

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


#cd509b Background Color

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

This div background color is #cd509b


#cd509b Border Color

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

This div border color is #cd509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd509b


Comments

No comments written yet.

Please login to write comment.