Color Hex Logo

#d53559 Color Hex

#D53559
(213,53,89)
0 Favorites   0 Comments

Color spaces of #d53559

RGB 2135389
HSL0.960.660.52
HSV347°75°84°
CMYK 0.000.750.58   0.16
XYZ30.516817.413611.2039
Yxy17.41360.51610.2945
Hunter Lab41.729657.510013.2921
CIE-Lab48.777063.165017.9643

#d53559 color RGB value is (213,53,89).

#d53559 hex color red value is 213, green value is 53 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d53559 hue: 0.96 , saturation: 0.66 and the lightness value of d53559 is 0.52.

The process color (four color CMYK) of #d53559 color hex is 0.00, 0.75, 0.58, 0.16. Web safe color of #d53559 is #cc3366. Color #d53559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110101 01011001
Octal 325 65 131
Decimal 213 53 89
Hex D5 35 59

RGB Percentages of Color #d53559

%60.00
%14.93
%25.07

CMYK Percentages of Color #d53559

%0
%75
%58
%16

Triadic Colors of #d53559

#d53559 #59d535 #3559d5

Analogous Colors of #d53559

#d53559 #d56135 #d535a9

Monochromatic Colors of #d53559

#d53559

Complementary Color

#d53559 #35d5b1

#d53559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53559 Color CSS Codes

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

#d53559 Text Font Color

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

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


#d53559 Background Color

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

This div background color is #d53559


#d53559 Border Color

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

This div border color is #d53559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53559


Comments

No comments written yet.

Please login to write comment.