Color Hex Logo

#d5524e Color Hex

#D5524E
(213,82,78)
0 Favorites   0 Comments

Color spaces of #d5524e

RGB 2138278
HSL0.000.620.57
HSV63°84°
CMYK 0.000.620.63   0.16
XYZ31.833020.73089.5314
Yxy20.73080.51260.3339
Hunter Lab45.531145.118619.4601
CIE-Lab52.653651.308629.5650

#d5524e color RGB value is (213,82,78).

#d5524e hex color red value is 213, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d5524e hue: 0.00 , saturation: 0.62 and the lightness value of d5524e is 0.57.

The process color (four color CMYK) of #d5524e color hex is 0.00, 0.62, 0.63, 0.16. Web safe color of #d5524e is #cc6666. Color #d5524e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010010 01001110
Octal 325 122 116
Decimal 213 82 78
Hex D5 52 4E

RGB Percentages of Color #d5524e

%57.10
%21.98
%20.91

CMYK Percentages of Color #d5524e

%0
%62
%63
%16

Triadic Colors of #d5524e

#d5524e #4ed552 #524ed5

Analogous Colors of #d5524e

#d5524e #d5964e #d54e8e

Monochromatic Colors of #d5524e

#d5524e

Complementary Color

#d5524e #4ed1d5

#d5524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5524e Color CSS Codes

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

#d5524e Text Font Color

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

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


#d5524e Background Color

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

This div background color is #d5524e


#d5524e Border Color

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

This div border color is #d5524e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5524e


Comments

No comments written yet.

Please login to write comment.