Color Hex Logo

#d5139f Color Hex

#D5139F
(213,19,159)
0 Favorites   0 Comments

Color spaces of #d5139f

RGB 21319159
HSL0.880.840.45
HSV317°91°84°
CMYK 0.000.910.25   0.16
XYZ33.931517.115134.3160
Yxy17.11510.39750.2005
Hunter Lab41.370474.0053-20.2207
CIE-Lab48.404777.0910-25.0628

#d5139f color RGB value is (213,19,159).

#d5139f hex color red value is 213, green value is 19 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d5139f hue: 0.88 , saturation: 0.84 and the lightness value of d5139f is 0.45.

The process color (four color CMYK) of #d5139f color hex is 0.00, 0.91, 0.25, 0.16. Web safe color of #d5139f is #cc0099. Color #d5139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010011 10011111
Octal 325 23 237
Decimal 213 19 159
Hex D5 13 9F

RGB Percentages of Color #d5139f

%54.48
%4.86
%40.66

CMYK Percentages of Color #d5139f

%0
%91
%25
%16

Triadic Colors of #d5139f

#d5139f #9fd513 #139fd5

Analogous Colors of #d5139f

#d5139f #d5133e #aa13d5

Monochromatic Colors of #d5139f

#d5139f

Complementary Color

#d5139f #13d549

#d5139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5139f Color CSS Codes

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

#d5139f Text Font Color

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

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


#d5139f Background Color

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

This div background color is #d5139f


#d5139f Border Color

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

This div border color is #d5139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5139f


Comments

No comments written yet.

Please login to write comment.