Color Hex Logo

#d053ab Color Hex

#D053AB
(208,83,171)
0 Favorites   0 Comments

Color spaces of #d053ab

RGB 20883171
HSL0.880.570.57
HSV318°60°82°
CMYK 0.000.600.18   0.18
XYZ36.456422.536740.9566
Yxy22.53670.36470.2255
Hunter Lab47.472854.0002-17.9207
CIE-Lab54.591959.0105-22.6624

#d053ab color RGB value is (208,83,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 10101011
Octal 320 123 253
Decimal 208 83 171
Hex D0 53 AB

RGB Percentages of Color #d053ab

%45.02
%17.97
%37.01

CMYK Percentages of Color #d053ab

%0
%60
%18
%18

Triadic Colors of #d053ab

#d053ab #abd053 #53abd0

Analogous Colors of #d053ab

#d053ab #d0536d #b753d0

Monochromatic Colors of #d053ab

#d053ab

Complementary Color

#d053ab #53d078

#d053ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d053ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d053ab Color CSS Codes

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

#d053ab Text Font Color

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

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


#d053ab Background Color

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

This div background color is #d053ab


#d053ab Border Color

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

This div border color is #d053ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d053ab


Comments

No comments written yet.

Please login to write comment.