Color Hex Logo

#d57caa Color Hex

#D57CAA
(213,124,170)
0 Favorites   0 Comments

Color spaces of #d57caa

RGB 213124170
HSL0.910.510.66
HSV329°42°84°
CMYK 0.000.420.20   0.16
XYZ41.903931.463741.8947
Yxy31.46370.36360.2730
Hunter Lab56.092535.1865-5.0181
CIE-Lab62.897140.4735-9.4370

#d57caa color RGB value is (213,124,170).

#d57caa hex color red value is 213, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d57caa hue: 0.91 , saturation: 0.51 and the lightness value of d57caa is 0.66.

The process color (four color CMYK) of #d57caa color hex is 0.00, 0.42, 0.20, 0.16. Web safe color of #d57caa is #cc6699. Color #d57caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01111100 10101010
Octal 325 174 252
Decimal 213 124 170
Hex D5 7C AA

RGB Percentages of Color #d57caa

%42.01
%24.46
%33.53

CMYK Percentages of Color #d57caa

%0
%42
%20
%16

Triadic Colors of #d57caa

#d57caa #aad57c #7caad5

Analogous Colors of #d57caa

#d57caa #d57c7e #d47cd5

Monochromatic Colors of #d57caa

#d57caa

Complementary Color

#d57caa #7cd5a7

#d57caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57caa Color CSS Codes

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

#d57caa Text Font Color

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

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


#d57caa Background Color

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

This div background color is #d57caa


#d57caa Border Color

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

This div border color is #d57caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57caa


Comments

No comments written yet.

Please login to write comment.