Color Hex Logo

#d4245e Color Hex

#D4245E
(212,36,94)
0 Favorites   0 Comments

Color spaces of #d4245e

RGB 2123694
HSL0.950.710.49
HSV340°83°83°
CMYK 0.000.830.56   0.17
XYZ29.802616.067012.1201
Yxy16.06700.51390.2771
Hunter Lab40.083762.570110.1310
CIE-Lab47.062367.864012.5199

#d4245e color RGB value is (212,36,94).

#d4245e hex color red value is 212, green value is 36 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d4245e hue: 0.95 , saturation: 0.71 and the lightness value of d4245e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100100 01011110
Octal 324 44 136
Decimal 212 36 94
Hex D4 24 5E

RGB Percentages of Color #d4245e

%61.99
%10.53
%27.49

CMYK Percentages of Color #d4245e

%0
%83
%56
%17

Triadic Colors of #d4245e

#d4245e #5ed424 #245ed4

Analogous Colors of #d4245e

#d4245e #d44224 #d424b6

Monochromatic Colors of #d4245e

#d4245e

Complementary Color

#d4245e #24d49a

#d4245e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4245e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4245e Color CSS Codes

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

#d4245e Text Font Color

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

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


#d4245e Background Color

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

This div background color is #d4245e


#d4245e Border Color

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

This div border color is #d4245e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4245e


Comments

No comments written yet.

Please login to write comment.