Color Hex Logo

#d4859e Color Hex

#D4859E
(212,133,158)
0 Favorites   0 Comments

Color spaces of #d4859e

RGB 212133158
HSL0.950.480.68
HSV341°37°83°
CMYK 0.000.370.25   0.17
XYZ41.710533.240736.5655
Yxy33.24070.37400.2981
Hunter Lab57.654728.24052.7557
CIE-Lab64.355333.6018-0.4731

#d4859e color RGB value is (212,133,158).

#d4859e hex color red value is 212, green value is 133 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d4859e hue: 0.95 , saturation: 0.48 and the lightness value of d4859e is 0.68.

The process color (four color CMYK) of #d4859e color hex is 0.00, 0.37, 0.25, 0.17. Web safe color of #d4859e is #cc9999. Color #d4859e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 10011110
Octal 324 205 236
Decimal 212 133 158
Hex D4 85 9E

RGB Percentages of Color #d4859e

%42.15
%26.44
%31.41

CMYK Percentages of Color #d4859e

%0
%37
%25
%17

Triadic Colors of #d4859e

#d4859e #9ed485 #859ed4

Analogous Colors of #d4859e

#d4859e #d49485 #d485c6

Monochromatic Colors of #d4859e

#d4859e

Complementary Color

#d4859e #85d4bb

#d4859e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4859e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4859e Color CSS Codes

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

#d4859e Text Font Color

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

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


#d4859e Background Color

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

This div background color is #d4859e


#d4859e Border Color

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

This div border color is #d4859e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,133,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4859e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4859e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4859e;
  box-shadow:         1px 1px 3px 2px #d4859e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,133,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4859e


Comments

No comments written yet.

Please login to write comment.