Color Hex Logo

#d4475e Color Hex

#D4475E
(212,71,94)
0 Favorites   0 Comments

Color spaces of #d4475e

RGB 2127194
HSL0.970.620.55
HSV350°67°83°
CMYK 0.000.670.56   0.17
XYZ31.425019.311712.6609
Yxy19.31170.49570.3046
Hunter Lab43.945150.740913.6797
CIE-Lab51.049956.731317.9849

#d4475e color RGB value is (212,71,94).

#d4475e hex color red value is 212, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d4475e hue: 0.97 , saturation: 0.62 and the lightness value of d4475e is 0.55.

The process color (four color CMYK) of #d4475e color hex is 0.00, 0.67, 0.56, 0.17. Web safe color of #d4475e is #cc3366. Color #d4475e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000111 01011110
Octal 324 107 136
Decimal 212 71 94
Hex D4 47 5E

RGB Percentages of Color #d4475e

%56.23
%18.83
%24.93

CMYK Percentages of Color #d4475e

%0
%67
%56
%17

Triadic Colors of #d4475e

#d4475e #5ed447 #475ed4

Analogous Colors of #d4475e

#d4475e #d47747 #d447a5

Monochromatic Colors of #d4475e

#d4475e

Complementary Color

#d4475e #47d4bd

#d4475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4475e Color CSS Codes

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

#d4475e Text Font Color

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

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


#d4475e Background Color

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

This div background color is #d4475e


#d4475e Border Color

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

This div border color is #d4475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4475e


Comments

No comments written yet.

Please login to write comment.