Color Hex Logo

#d720ab Color Hex

#D720AB
(215,32,171)
0 Favorites   0 Comments

Color spaces of #d720ab

RGB 21532171
HSL0.870.740.48
HSV314°85°84°
CMYK 0.000.850.20   0.16
XYZ35.891518.420440.1919
Yxy18.42040.37980.1949
Hunter Lab42.919074.1644-25.4794
CIE-Lab50.002176.9079-29.6717

#d720ab color RGB value is (215,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100000 10101011
Octal 327 40 253
Decimal 215 32 171
Hex D7 20 AB

RGB Percentages of Color #d720ab

%51.44
%7.66
%40.91

CMYK Percentages of Color #d720ab

%0
%85
%20
%16

Triadic Colors of #d720ab

#d720ab #abd720 #20abd7

Analogous Colors of #d720ab

#d720ab #d72050 #a820d7

Monochromatic Colors of #d720ab

#d720ab

Complementary Color

#d720ab #20d74c

#d720ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d720ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d720ab Color CSS Codes

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

#d720ab Text Font Color

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

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


#d720ab Background Color

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

This div background color is #d720ab


#d720ab Border Color

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

This div border color is #d720ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d720ab


Comments

No comments written yet.

Please login to write comment.