Color Hex Logo

#d271aa Color Hex

#D271AA
(210,113,170)
0 Favorites   0 Comments

Color spaces of #d271aa

RGB 210113170
HSL0.900.520.63
HSV325°46°82°
CMYK 0.000.460.19   0.18
XYZ39.739228.414241.4202
Yxy28.41420.36270.2593
Hunter Lab53.305039.7892-8.7573
CIE-Lab60.261145.1666-13.4306

#d271aa color RGB value is (210,113,170).

#d271aa hex color red value is 210, green value is 113 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d271aa hue: 0.90 , saturation: 0.52 and the lightness value of d271aa is 0.63.

The process color (four color CMYK) of #d271aa color hex is 0.00, 0.46, 0.19, 0.18. Web safe color of #d271aa is #cc6699. Color #d271aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110001 10101010
Octal 322 161 252
Decimal 210 113 170
Hex D2 71 AA

RGB Percentages of Color #d271aa

%42.60
%22.92
%34.48

CMYK Percentages of Color #d271aa

%0
%46
%19
%18

Triadic Colors of #d271aa

#d271aa #aad271 #71aad2

Analogous Colors of #d271aa

#d271aa #d2717a #ca71d2

Monochromatic Colors of #d271aa

#d271aa

Complementary Color

#d271aa #71d299

#d271aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d271aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d271aa Color CSS Codes

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

#d271aa Text Font Color

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

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


#d271aa Background Color

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

This div background color is #d271aa


#d271aa Border Color

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

This div border color is #d271aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d271aa


Comments

No comments written yet.

Please login to write comment.