Color Hex Logo

#d4905e Color Hex

#D4905E
(212,144,94)
0 Favorites   0 Comments

Color spaces of #d4905e

RGB 21214494
HSL0.070.580.60
HSV25°56°83°
CMYK 0.000.320.56   0.17
XYZ39.145034.751715.2343
Yxy34.75170.43920.3899
Hunter Lab58.950615.366025.9434
CIE-Lab65.554920.475736.7832

#d4905e color RGB value is (212,144,94).

#d4905e hex color red value is 212, green value is 144 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d4905e hue: 0.07 , saturation: 0.58 and the lightness value of d4905e is 0.60.

The process color (four color CMYK) of #d4905e color hex is 0.00, 0.32, 0.56, 0.17. Web safe color of #d4905e is #cc9966. Color #d4905e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 01011110
Octal 324 220 136
Decimal 212 144 94
Hex D4 90 5E

RGB Percentages of Color #d4905e

%47.11
%32.00
%20.89

CMYK Percentages of Color #d4905e

%0
%32
%56
%17

Triadic Colors of #d4905e

#d4905e #5ed490 #905ed4

Analogous Colors of #d4905e

#d4905e #d4cb5e #d45e67

Monochromatic Colors of #d4905e

#d4905e

Complementary Color

#d4905e #5ea2d4

#d4905e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4905e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4905e Color CSS Codes

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

#d4905e Text Font Color

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

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


#d4905e Background Color

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

This div background color is #d4905e


#d4905e Border Color

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

This div border color is #d4905e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4905e


Comments

No comments written yet.

Please login to write comment.