Color Hex Logo

#d5239e Color Hex

#D5239E
(213,35,158)
0 Favorites   0 Comments

Color spaces of #d5239e

RGB 21335158
HSL0.880.720.49
HSV319°84°84°
CMYK 0.000.840.26   0.16
XYZ34.213217.816833.9835
Yxy17.81680.39780.2071
Hunter Lab42.210070.8154-18.1878
CIE-Lab49.273174.3267-23.1245

#d5239e color RGB value is (213,35,158).

#d5239e hex color red value is 213, green value is 35 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d5239e hue: 0.88 , saturation: 0.72 and the lightness value of d5239e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100011 10011110
Octal 325 43 236
Decimal 213 35 158
Hex D5 23 9E

RGB Percentages of Color #d5239e

%52.46
%8.62
%38.92

CMYK Percentages of Color #d5239e

%0
%84
%26
%16

Triadic Colors of #d5239e

#d5239e #9ed523 #239ed5

Analogous Colors of #d5239e

#d5239e #d52345 #b323d5

Monochromatic Colors of #d5239e

#d5239e

Complementary Color

#d5239e #23d55a

#d5239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5239e Color CSS Codes

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

#d5239e Text Font Color

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

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


#d5239e Background Color

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

This div background color is #d5239e


#d5239e Border Color

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

This div border color is #d5239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5239e


Comments

No comments written yet.

Please login to write comment.