Color Hex Logo

#d57399 Color Hex

#D57399
(213,115,153)
0 Favorites   0 Comments

Color spaces of #d57399

RGB 213115153
HSL0.940.540.64
HSV337°46°84°
CMYK 0.000.460.28   0.16
XYZ39.321128.707533.6056
Yxy28.70750.38690.2825
Hunter Lab53.579437.23450.3182
CIE-Lab60.522642.7236-3.2242

#d57399 color RGB value is (213,115,153).

#d57399 hex color red value is 213, green value is 115 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d57399 hue: 0.94 , saturation: 0.54 and the lightness value of d57399 is 0.64.

The process color (four color CMYK) of #d57399 color hex is 0.00, 0.46, 0.28, 0.16. Web safe color of #d57399 is #cc6699. Color #d57399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110011 10011001
Octal 325 163 231
Decimal 213 115 153
Hex D5 73 99

RGB Percentages of Color #d57399

%44.28
%23.91
%31.81

CMYK Percentages of Color #d57399

%0
%46
%28
%16

Triadic Colors of #d57399

#d57399 #99d573 #7399d5

Analogous Colors of #d57399

#d57399 #d57e73 #d573ca

Monochromatic Colors of #d57399

#d57399

Complementary Color

#d57399 #73d5af

#d57399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57399 Color CSS Codes

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

#d57399 Text Font Color

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

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


#d57399 Background Color

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

This div background color is #d57399


#d57399 Border Color

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

This div border color is #d57399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57399


Comments

No comments written yet.

Please login to write comment.