Color Hex Logo

#d610aa Color Hex

#D610AA
(214,16,170)
0 Favorites   0 Comments

Color spaces of #d610aa

RGB 21416170
HSL0.870.860.45
HSV313°93°84°
CMYK 0.000.930.21   0.16
XYZ35.172517.569039.5676
Yxy17.56900.38100.1903
Hunter Lab41.915476.4329-26.6282
CIE-Lab48.969178.9308-30.7059

#d610aa color RGB value is (214,16,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010000 10101010
Octal 326 20 252
Decimal 214 16 170
Hex D6 10 AA

RGB Percentages of Color #d610aa

%53.50
%4.00
%42.50

CMYK Percentages of Color #d610aa

%0
%93
%21
%16

Triadic Colors of #d610aa

#d610aa #aad610 #10aad6

Analogous Colors of #d610aa

#d610aa #d61047 #9f10d6

Monochromatic Colors of #d610aa

#d610aa

Complementary Color

#d610aa #10d63c

#d610aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d610aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d610aa Color CSS Codes

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

#d610aa Text Font Color

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

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


#d610aa Background Color

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

This div background color is #d610aa


#d610aa Border Color

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

This div border color is #d610aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d610aa


Comments

No comments written yet.

Please login to write comment.