Color Hex Logo

#d061aa Color Hex

#D061AA
(208,97,170)
0 Favorites   0 Comments

Color spaces of #d061aa

RGB 20897170
HSL0.890.540.60
HSV321°53°82°
CMYK 0.000.530.18   0.18
XYZ37.542824.861640.8502
Yxy24.86160.36360.2408
Hunter Lab49.861447.1429-13.6718
CIE-Lab56.940352.4613-18.4882

#d061aa color RGB value is (208,97,170).

#d061aa hex color red value is 208, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d061aa hue: 0.89 , saturation: 0.54 and the lightness value of d061aa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100001 10101010
Octal 320 141 252
Decimal 208 97 170
Hex D0 61 AA

RGB Percentages of Color #d061aa

%43.79
%20.42
%35.79

CMYK Percentages of Color #d061aa

%0
%53
%18
%18

Triadic Colors of #d061aa

#d061aa #aad061 #61aad0

Analogous Colors of #d061aa

#d061aa #d06173 #bf61d0

Monochromatic Colors of #d061aa

#d061aa

Complementary Color

#d061aa #61d087

#d061aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d061aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d061aa Color CSS Codes

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

#d061aa Text Font Color

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

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


#d061aa Background Color

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

This div background color is #d061aa


#d061aa Border Color

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

This div border color is #d061aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d061aa


Comments

No comments written yet.

Please login to write comment.