Color Hex Logo

#d42849 Color Hex

#D42849
(212,40,73)
0 Favorites   0 Comments

Color spaces of #d42849

RGB 2124073
HSL0.970.680.49
HSV348°81°83°
CMYK 0.000.810.66   0.17
XYZ29.112815.99577.8564
Yxy15.99570.54970.3020
Hunter Lab39.994659.942716.3495
CIE-Lab46.968865.625525.3041

#d42849 color RGB value is (212,40,73).

#d42849 hex color red value is 212, green value is 40 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d42849 hue: 0.97 , saturation: 0.68 and the lightness value of d42849 is 0.49.

The process color (four color CMYK) of #d42849 color hex is 0.00, 0.81, 0.66, 0.17. Web safe color of #d42849 is #cc3333. Color #d42849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101000 01001001
Octal 324 50 111
Decimal 212 40 73
Hex D4 28 49

RGB Percentages of Color #d42849

%65.23
%12.31
%22.46

CMYK Percentages of Color #d42849

%0
%81
%66
%17

Triadic Colors of #d42849

#d42849 #49d428 #2849d4

Analogous Colors of #d42849

#d42849 #d45d28 #d4289f

Monochromatic Colors of #d42849

#d42849

Complementary Color

#d42849 #28d4b3

#d42849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42849 Color CSS Codes

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

#d42849 Text Font Color

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

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


#d42849 Background Color

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

This div background color is #d42849


#d42849 Border Color

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

This div border color is #d42849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42849


Comments

No comments written yet.

Please login to write comment.