Color Hex Logo

#d5359e Color Hex

#D5359E
(213,53,158)
0 Favorites   0 Comments

Color spaces of #d5359e

RGB 21353158
HSL0.890.660.52
HSV321°75°84°
CMYK 0.000.750.26   0.16
XYZ34.885219.161034.2075
Yxy19.16100.39530.2171
Hunter Lab43.773365.6527-15.6921
CIE-Lab50.875069.7356-20.6601

#d5359e color RGB value is (213,53,158).

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

The process color (four color CMYK) of #d5359e color hex is 0.00, 0.75, 0.26, 0.16. Web safe color of #d5359e is #cc3399. Color #d5359e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110101 10011110
Octal 325 65 236
Decimal 213 53 158
Hex D5 35 9E

RGB Percentages of Color #d5359e

%50.24
%12.50
%37.26

CMYK Percentages of Color #d5359e

%0
%75
%26
%16

Triadic Colors of #d5359e

#d5359e #9ed535 #359ed5

Analogous Colors of #d5359e

#d5359e #d5354e #bc35d5

Monochromatic Colors of #d5359e

#d5359e

Complementary Color

#d5359e #35d56c

#d5359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5359e Color CSS Codes

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

#d5359e Text Font Color

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

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


#d5359e Background Color

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

This div background color is #d5359e


#d5359e Border Color

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

This div border color is #d5359e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5359e


Comments

No comments written yet.

Please login to write comment.