Color Hex Logo

#d50e9f Color Hex

#D50E9F
(213,14,159)
0 Favorites   0 Comments

Color spaces of #d50e9f

RGB 21314159
HSL0.880.880.45
HSV316°93°84°
CMYK 0.000.930.25   0.16
XYZ33.855616.963434.2908
Yxy16.96340.39780.1993
Hunter Lab41.186674.6511-20.5325
CIE-Lab48.213977.6489-25.3585

#d50e9f color RGB value is (213,14,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001110 10011111
Octal 325 16 237
Decimal 213 14 159
Hex D5 E 9F

RGB Percentages of Color #d50e9f

%55.18
%3.63
%41.19

CMYK Percentages of Color #d50e9f

%0
%93
%25
%16

Triadic Colors of #d50e9f

#d50e9f #9fd50e #0e9fd5

Analogous Colors of #d50e9f

#d50e9f #d50e3c #a80ed5

Monochromatic Colors of #d50e9f

#d50e9f

Complementary Color

#d50e9f #0ed544

#d50e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50e9f Color CSS Codes

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

#d50e9f Text Font Color

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

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


#d50e9f Background Color

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

This div background color is #d50e9f


#d50e9f Border Color

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

This div border color is #d50e9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50e9f


Comments

No comments written yet.

Please login to write comment.