Color Hex Logo

#d4908e Color Hex

#D4908E
(212,144,142)
0 Favorites   0 Comments

Color spaces of #d4908e

RGB 212144142
HSL0.000.450.69
HSV33°83°
CMYK 0.000.320.33   0.17
XYZ42.007135.896630.3059
Yxy35.89660.38820.3317
Hunter Lab59.913820.301911.9493
CIE-Lab66.440825.511011.5567

#d4908e color RGB value is (212,144,142).

#d4908e hex color red value is 212, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d4908e hue: 0.00 , saturation: 0.45 and the lightness value of d4908e is 0.69.

The process color (four color CMYK) of #d4908e color hex is 0.00, 0.32, 0.33, 0.17. Web safe color of #d4908e is #cc9999. Color #d4908e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 10001110
Octal 324 220 216
Decimal 212 144 142
Hex D4 90 8E

RGB Percentages of Color #d4908e

%42.57
%28.92
%28.51

CMYK Percentages of Color #d4908e

%0
%32
%33
%17

Triadic Colors of #d4908e

#d4908e #8ed490 #908ed4

Analogous Colors of #d4908e

#d4908e #d4b38e #d48eaf

Monochromatic Colors of #d4908e

#d4908e

Complementary Color

#d4908e #8ed2d4

#d4908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4908e Color CSS Codes

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

#d4908e Text Font Color

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

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


#d4908e Background Color

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

This div background color is #d4908e


#d4908e Border Color

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

This div border color is #d4908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4908e


Comments

No comments written yet.

Please login to write comment.