Color Hex Logo

#d711aa Color Hex

#D711AA
(215,17,170)
0 Favorites   0 Comments

Color spaces of #d711aa

RGB 21517170
HSL0.870.850.45
HSV314°92°84°
CMYK 0.000.920.21   0.16
XYZ35.480517.750339.5863
Yxy17.75030.38230.1912
Hunter Lab42.131176.5935-26.2170
CIE-Lab49.191879.0156-30.3444

#d711aa color RGB value is (215,17,170).

#d711aa hex color red value is 215, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d711aa hue: 0.87 , saturation: 0.85 and the lightness value of d711aa is 0.45.

The process color (four color CMYK) of #d711aa color hex is 0.00, 0.92, 0.21, 0.16. Web safe color of #d711aa is #cc0099. Color #d711aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010001 10101010
Octal 327 21 252
Decimal 215 17 170
Hex D7 11 AA

RGB Percentages of Color #d711aa

%53.48
%4.23
%42.29

CMYK Percentages of Color #d711aa

%0
%92
%21
%16

Triadic Colors of #d711aa

#d711aa #aad711 #11aad7

Analogous Colors of #d711aa

#d711aa #d71147 #a111d7

Monochromatic Colors of #d711aa

#d711aa

Complementary Color

#d711aa #11d73e

#d711aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d711aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d711aa Color CSS Codes

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

#d711aa Text Font Color

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

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


#d711aa Background Color

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

This div background color is #d711aa


#d711aa Border Color

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

This div border color is #d711aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d711aa


Comments

No comments written yet.

Please login to write comment.