Color Hex Logo

#d71fad Color Hex

#D71FAD
(215,31,173)
0 Favorites   0 Comments

Color spaces of #d71fad

RGB 21531173
HSL0.870.750.48
HSV314°86°84°
CMYK 0.000.860.20   0.16
XYZ36.057118.444241.1948
Yxy18.44420.37680.1927
Hunter Lab42.946774.7079-26.8087
CIE-Lab50.030577.3404-30.8062

#d71fad color RGB value is (215,31,173).

#d71fad hex color red value is 215, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d71fad hue: 0.87 , saturation: 0.75 and the lightness value of d71fad is 0.48.

The process color (four color CMYK) of #d71fad color hex is 0.00, 0.86, 0.20, 0.16. Web safe color of #d71fad is #cc3399. Color #d71fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011111 10101101
Octal 327 37 255
Decimal 215 31 173
Hex D7 1F AD

RGB Percentages of Color #d71fad

%51.31
%7.40
%41.29

CMYK Percentages of Color #d71fad

%0
%86
%20
%16

Triadic Colors of #d71fad

#d71fad #add71f #1fadd7

Analogous Colors of #d71fad

#d71fad #d71f51 #a51fd7

Monochromatic Colors of #d71fad

#d71fad

Complementary Color

#d71fad #1fd749

#d71fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71fad Color CSS Codes

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

#d71fad Text Font Color

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

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


#d71fad Background Color

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

This div background color is #d71fad


#d71fad Border Color

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

This div border color is #d71fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,31,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d71fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d71fad;
  -webkit-box-shadow: 1px 1px 3px 2px #d71fad;
  box-shadow:         1px 1px 3px 2px #d71fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,31,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71fad


Comments

No comments written yet.

Please login to write comment.