Color Hex Logo

#d57488 Color Hex

#D57488
(213,116,136)
0 Favorites   0 Comments

Color spaces of #d57488

RGB 213116136
HSL0.970.540.65
HSV348°46°84°
CMYK 0.000.460.36   0.16
XYZ38.129928.414526.7674
Yxy28.41450.40860.3045
Hunter Lab53.305334.39907.5410
CIE-Lab60.261440.04886.1964

#d57488 color RGB value is (213,116,136).

#d57488 hex color red value is 213, green value is 116 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d57488 hue: 0.97 , saturation: 0.54 and the lightness value of d57488 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110100 10001000
Octal 325 164 210
Decimal 213 116 136
Hex D5 74 88

RGB Percentages of Color #d57488

%45.81
%24.95
%29.25

CMYK Percentages of Color #d57488

%0
%46
%36
%16

Triadic Colors of #d57488

#d57488 #88d574 #7488d5

Analogous Colors of #d57488

#d57488 #d59174 #d574b9

Monochromatic Colors of #d57488

#d57488

Complementary Color

#d57488 #74d5c1

#d57488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57488 Color CSS Codes

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

#d57488 Text Font Color

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

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


#d57488 Background Color

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

This div background color is #d57488


#d57488 Border Color

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

This div border color is #d57488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57488


Comments

No comments written yet.

Please login to write comment.