Color Hex Logo

#d58caa Color Hex

#D58CAA
(213,140,170)
0 Favorites   0 Comments

Color spaces of #d58caa

RGB 213140170
HSL0.930.460.69
HSV335°34°84°
CMYK 0.000.340.20   0.16
XYZ44.074435.804642.6182
Yxy35.80460.35980.2923
Hunter Lab59.836926.7640-0.3428
CIE-Lab66.370431.9628-4.2813

#d58caa color RGB value is (213,140,170).

#d58caa hex color red value is 213, green value is 140 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d58caa hue: 0.93 , saturation: 0.46 and the lightness value of d58caa is 0.69.

The process color (four color CMYK) of #d58caa color hex is 0.00, 0.34, 0.20, 0.16. Web safe color of #d58caa is #cc9999. Color #d58caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001100 10101010
Octal 325 214 252
Decimal 213 140 170
Hex D5 8C AA

RGB Percentages of Color #d58caa

%40.73
%26.77
%32.50

CMYK Percentages of Color #d58caa

%0
%34
%20
%16

Triadic Colors of #d58caa

#d58caa #aad58c #8caad5

Analogous Colors of #d58caa

#d58caa #d5938c #d58ccf

Monochromatic Colors of #d58caa

#d58caa

Complementary Color

#d58caa #8cd5b7

#d58caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58caa Color CSS Codes

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

#d58caa Text Font Color

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

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


#d58caa Background Color

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

This div background color is #d58caa


#d58caa Border Color

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

This div border color is #d58caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58caa


Comments

No comments written yet.

Please login to write comment.