Color Hex Logo

#d4045f Color Hex

#D4045F
(212,4,95)
0 Favorites   0 Comments

Color spaces of #d4045f

RGB 212495
HSL0.930.960.42
HSV334°98°83°
CMYK 0.000.980.55   0.17
XYZ29.260414.910112.1622
Yxy14.91010.51940.2647
Hunter Lab38.613667.68898.3548
CIE-Lab45.510872.47879.7337

#d4045f color RGB value is (212,4,95).

#d4045f hex color red value is 212, green value is 4 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d4045f hue: 0.93 , saturation: 0.96 and the lightness value of d4045f is 0.42.

The process color (four color CMYK) of #d4045f color hex is 0.00, 0.98, 0.55, 0.17. Web safe color of #d4045f is #cc0066. Color #d4045f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00000100 01011111
Octal 324 4 137
Decimal 212 4 95
Hex D4 4 5F

RGB Percentages of Color #d4045f

%68.17
%1.29
%30.55

CMYK Percentages of Color #d4045f

%0
%98
%55
%17

Triadic Colors of #d4045f

#d4045f #5fd404 #045fd4

Analogous Colors of #d4045f

#d4045f #d41104 #d404c7

Monochromatic Colors of #d4045f

#d4045f

Complementary Color

#d4045f #04d479

#d4045f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4045f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4045f Color CSS Codes

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

#d4045f Text Font Color

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

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


#d4045f Background Color

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

This div background color is #d4045f


#d4045f Border Color

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

This div border color is #d4045f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4045f


Comments

No comments written yet.

Please login to write comment.