Color Hex Logo

#d852aa Color Hex

#D852AA
(216,82,170)
0 Favorites   0 Comments

Color spaces of #d852aa

RGB 21682170
HSL0.890.630.58
HSV321°62°85°
CMYK 0.000.620.21   0.15
XYZ38.591923.535840.5391
Yxy23.53580.37590.2292
Hunter Lab48.513757.0950-15.5844
CIE-Lab55.620061.5382-20.3975

#d852aa color RGB value is (216,82,170).

#d852aa hex color red value is 216, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d852aa hue: 0.89 , saturation: 0.63 and the lightness value of d852aa is 0.58.

The process color (four color CMYK) of #d852aa color hex is 0.00, 0.62, 0.21, 0.15. Web safe color of #d852aa is #cc6699. Color #d852aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 10101010
Octal 330 122 252
Decimal 216 82 170
Hex D8 52 AA

RGB Percentages of Color #d852aa

%46.15
%17.52
%36.32

CMYK Percentages of Color #d852aa

%0
%62
%21
%15

Triadic Colors of #d852aa

#d852aa #aad852 #52aad8

Analogous Colors of #d852aa

#d852aa #d85267 #c352d8

Monochromatic Colors of #d852aa

#d852aa

Complementary Color

#d852aa #52d880

#d852aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d852aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d852aa Color CSS Codes

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

#d852aa Text Font Color

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

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


#d852aa Background Color

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

This div background color is #d852aa


#d852aa Border Color

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

This div border color is #d852aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d852aa


Comments

No comments written yet.

Please login to write comment.