Color Hex Logo

#d50eab Color Hex

#D50EAB
(213,14,171)
0 Favorites   0 Comments

Color spaces of #d50eab

RGB 21314171
HSL0.870.880.45
HSV313°93°84°
CMYK 0.000.930.20   0.16
XYZ34.948317.400540.0447
Yxy17.40050.37830.1883
Hunter Lab41.713976.5496-27.7177
CIE-Lab48.760879.0646-31.6365

#d50eab color RGB value is (213,14,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001110 10101011
Octal 325 16 253
Decimal 213 14 171
Hex D5 E AB

RGB Percentages of Color #d50eab

%53.52
%3.52
%42.96

CMYK Percentages of Color #d50eab

%0
%93
%20
%16

Triadic Colors of #d50eab

#d50eab #abd50e #0eabd5

Analogous Colors of #d50eab

#d50eab #d50e48 #9c0ed5

Monochromatic Colors of #d50eab

#d50eab

Complementary Color

#d50eab #0ed538

#d50eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50eab Color CSS Codes

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

#d50eab Text Font Color

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

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


#d50eab Background Color

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

This div background color is #d50eab


#d50eab Border Color

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

This div border color is #d50eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50eab


Comments

No comments written yet.

Please login to write comment.