Color Hex Logo

#d52559 Color Hex

#D52559
(213,37,89)
0 Favorites   0 Comments

Color spaces of #d52559

RGB 2133789
HSL0.950.700.49
HSV342°83°84°
CMYK 0.000.830.58   0.16
XYZ29.905316.190511.0001
Yxy16.19050.52380.2836
Hunter Lab40.237462.249511.9575
CIE-Lab47.223467.559115.8575

#d52559 color RGB value is (213,37,89).

#d52559 hex color red value is 213, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d52559 hue: 0.95 , saturation: 0.70 and the lightness value of d52559 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 01011001
Octal 325 45 131
Decimal 213 37 89
Hex D5 25 59

RGB Percentages of Color #d52559

%62.83
%10.91
%26.25

CMYK Percentages of Color #d52559

%0
%83
%58
%16

Triadic Colors of #d52559

#d52559 #59d525 #2559d5

Analogous Colors of #d52559

#d52559 #d54925 #d525b1

Monochromatic Colors of #d52559

#d52559

Complementary Color

#d52559 #25d5a1

#d52559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52559 Color CSS Codes

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

#d52559 Text Font Color

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

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


#d52559 Background Color

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

This div background color is #d52559


#d52559 Border Color

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

This div border color is #d52559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52559


Comments

No comments written yet.

Please login to write comment.