Color Hex Logo

#d852ab Color Hex

#D852AB
(216,82,171)
0 Favorites   0 Comments

Color spaces of #d852ab

RGB 21682171
HSL0.890.630.58
HSV320°62°85°
CMYK 0.000.620.21   0.15
XYZ38.686923.573841.0392
Yxy23.57380.37450.2282
Hunter Lab48.552957.2612-16.1277
CIE-Lab55.658561.6757-20.9204

#d852ab color RGB value is (216,82,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 10101011
Octal 330 122 253
Decimal 216 82 171
Hex D8 52 AB

RGB Percentages of Color #d852ab

%46.06
%17.48
%36.46

CMYK Percentages of Color #d852ab

%0
%62
%21
%15

Triadic Colors of #d852ab

#d852ab #abd852 #52abd8

Analogous Colors of #d852ab

#d852ab #d85268 #c252d8

Monochromatic Colors of #d852ab

#d852ab

Complementary Color

#d852ab #52d87f

#d852ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d852ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d852ab Color CSS Codes

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

#d852ab Text Font Color

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

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


#d852ab Background Color

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

This div background color is #d852ab


#d852ab Border Color

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

This div border color is #d852ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,82,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d852ab


Comments

No comments written yet.

Please login to write comment.