Color Hex Logo

#d4869a Color Hex

#D4869A
(212,134,154)
0 Favorites   0 Comments

Color spaces of #d4869a

RGB 212134154
HSL0.960.480.68
HSV345°37°83°
CMYK 0.000.370.27   0.17
XYZ41.509233.380334.8271
Yxy33.38030.37830.3042
Hunter Lab57.775727.13674.7031
CIE-Lab64.467732.50541.9595

#d4869a color RGB value is (212,134,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000110 10011010
Octal 324 206 232
Decimal 212 134 154
Hex D4 86 9A

RGB Percentages of Color #d4869a

%42.40
%26.80
%30.80

CMYK Percentages of Color #d4869a

%0
%37
%27
%17

Triadic Colors of #d4869a

#d4869a #9ad486 #869ad4

Analogous Colors of #d4869a

#d4869a #d49986 #d486c1

Monochromatic Colors of #d4869a

#d4869a

Complementary Color

#d4869a #86d4c0

#d4869a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4869a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4869a Color CSS Codes

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

#d4869a Text Font Color

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

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


#d4869a Background Color

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

This div background color is #d4869a


#d4869a Border Color

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

This div border color is #d4869a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4869a


Comments

No comments written yet.

Please login to write comment.