Color Hex Logo

#d5599d Color Hex

#D5599D
(213,89,157)
0 Favorites   0 Comments

Color spaces of #d5599d

RGB 21389157
HSL0.910.600.59
HSV327°58°84°
CMYK 0.000.580.26   0.16
XYZ37.098823.725234.5224
Yxy23.72520.38910.2488
Hunter Lab48.708550.7144-7.9261
CIE-Lab55.811655.8745-12.5647

#d5599d color RGB value is (213,89,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 10011101
Octal 325 131 235
Decimal 213 89 157
Hex D5 59 9D

RGB Percentages of Color #d5599d

%46.41
%19.39
%34.20

CMYK Percentages of Color #d5599d

%0
%58
%26
%16

Triadic Colors of #d5599d

#d5599d #9dd559 #599dd5

Analogous Colors of #d5599d

#d5599d #d5595f #cf59d5

Monochromatic Colors of #d5599d

#d5599d

Complementary Color

#d5599d #59d591

#d5599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5599d Color CSS Codes

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

#d5599d Text Font Color

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

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


#d5599d Background Color

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

This div background color is #d5599d


#d5599d Border Color

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

This div border color is #d5599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5599d


Comments

No comments written yet.

Please login to write comment.