Color Hex Logo

#d052ab Color Hex

#D052AB
(208,82,171)
0 Favorites   0 Comments

Color spaces of #d052ab

RGB 20882171
HSL0.880.570.57
HSV318°61°82°
CMYK 0.000.610.18   0.18
XYZ36.380422.384840.9313
Yxy22.38480.36490.2245
Hunter Lab47.312654.4583-18.1745
CIE-Lab54.432959.4430-22.9067

#d052ab color RGB value is (208,82,171).

#d052ab hex color red value is 208, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d052ab hue: 0.88 , saturation: 0.57 and the lightness value of d052ab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 10101011
Octal 320 122 253
Decimal 208 82 171
Hex D0 52 AB

RGB Percentages of Color #d052ab

%45.12
%17.79
%37.09

CMYK Percentages of Color #d052ab

%0
%61
%18
%18

Triadic Colors of #d052ab

#d052ab #abd052 #52abd0

Analogous Colors of #d052ab

#d052ab #d0526c #b652d0

Monochromatic Colors of #d052ab

#d052ab

Complementary Color

#d052ab #52d077

#d052ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d052ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d052ab Color CSS Codes

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

#d052ab Text Font Color

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

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


#d052ab Background Color

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

This div background color is #d052ab


#d052ab Border Color

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

This div border color is #d052ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d052ab

#d052ab Color Palettes


Comments

No comments written yet.

Please login to write comment.