Color Hex Logo

#d5609d Color Hex

#D5609D
(213,96,157)
0 Favorites   0 Comments

Color spaces of #d5609d

RGB 21396157
HSL0.910.580.61
HSV329°55°84°
CMYK 0.000.550.26   0.16
XYZ37.709224.946234.7259
Yxy24.94620.38720.2562
Hunter Lab49.946247.3611-6.2600
CIE-Lab57.023052.6463-10.7436

#d5609d color RGB value is (213,96,157).

#d5609d hex color red value is 213, green value is 96 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #d5609d hue: 0.91 , saturation: 0.58 and the lightness value of d5609d is 0.61.

The process color (four color CMYK) of #d5609d color hex is 0.00, 0.55, 0.26, 0.16. Web safe color of #d5609d is #cc6699. Color #d5609d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 10011101
Octal 325 140 235
Decimal 213 96 157
Hex D5 60 9D

RGB Percentages of Color #d5609d

%45.71
%20.60
%33.69

CMYK Percentages of Color #d5609d

%0
%55
%26
%16

Triadic Colors of #d5609d

#d5609d #9dd560 #609dd5

Analogous Colors of #d5609d

#d5609d #d56063 #d360d5

Monochromatic Colors of #d5609d

#d5609d

Complementary Color

#d5609d #60d598

#d5609d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5609d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5609d Color CSS Codes

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

#d5609d Text Font Color

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

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


#d5609d Background Color

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

This div background color is #d5609d


#d5609d Border Color

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

This div border color is #d5609d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5609d


Comments

No comments written yet.

Please login to write comment.