Color Hex Logo

#d50fab Color Hex

#D50FAB
(213,15,171)
0 Favorites   0 Comments

Color spaces of #d50fab

RGB 21315171
HSL0.870.870.45
HSV313°93°84°
CMYK 0.000.930.20   0.16
XYZ34.962117.428140.0493
Yxy17.42810.37820.1885
Hunter Lab41.747076.4323-27.6560
CIE-Lab48.795078.9642-31.5830

#d50fab color RGB value is (213,15,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001111 10101011
Octal 325 17 253
Decimal 213 15 171
Hex D5 F AB

RGB Percentages of Color #d50fab

%53.38
%3.76
%42.86

CMYK Percentages of Color #d50fab

%0
%93
%20
%16

Triadic Colors of #d50fab

#d50fab #abd50f #0fabd5

Analogous Colors of #d50fab

#d50fab #d50f48 #9c0fd5

Monochromatic Colors of #d50fab

#d50fab

Complementary Color

#d50fab #0fd539

#d50fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50fab Color CSS Codes

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

#d50fab Text Font Color

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

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


#d50fab Background Color

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

This div background color is #d50fab


#d50fab Border Color

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

This div border color is #d50fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50fab


Comments

No comments written yet.

Please login to write comment.