Color Hex Logo

#d5424a Color Hex

#D5424A
(213,66,74)
0 Favorites   0 Comments

Color spaces of #d5424a

RGB 2136674
HSL0.990.640.55
HSV357°69°84°
CMYK 0.000.690.65   0.16
XYZ30.624818.53708.4425
Yxy18.53700.53160.3218
Hunter Lab43.054651.621718.5122
CIE-Lab50.141157.688828.7524

#d5424a color RGB value is (213,66,74).

#d5424a hex color red value is 213, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d5424a hue: 0.99 , saturation: 0.64 and the lightness value of d5424a is 0.55.

The process color (four color CMYK) of #d5424a color hex is 0.00, 0.69, 0.65, 0.16. Web safe color of #d5424a is #cc3333. Color #d5424a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 01001010
Octal 325 102 112
Decimal 213 66 74
Hex D5 42 4A

RGB Percentages of Color #d5424a

%60.34
%18.70
%20.96

CMYK Percentages of Color #d5424a

%0
%69
%65
%16

Triadic Colors of #d5424a

#d5424a #4ad542 #424ad5

Analogous Colors of #d5424a

#d5424a #d58442 #d54294

Monochromatic Colors of #d5424a

#d5424a

Complementary Color

#d5424a #42d5cd

#d5424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5424a Color CSS Codes

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

#d5424a Text Font Color

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

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


#d5424a Background Color

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

This div background color is #d5424a


#d5424a Border Color

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

This div border color is #d5424a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,66,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5424a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5424a;
  -webkit-box-shadow: 1px 1px 3px 2px #d5424a;
  box-shadow:         1px 1px 3px 2px #d5424a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5424a


Comments

No comments written yet.

Please login to write comment.