Color Hex Logo

#df53ab Color Hex

#DF53AB
(223,83,171)
0 Favorites   0 Comments

Color spaces of #df53ab

RGB 22383171
HSL0.900.690.60
HSV322°63°87°
CMYK 0.000.630.23   0.13
XYZ40.875424.814841.1634
Yxy24.81480.38250.2322
Hunter Lab49.814559.2934-14.1232
CIE-Lab56.894563.2075-18.9349

#df53ab color RGB value is (223,83,171).

#df53ab hex color red value is 223, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df53ab hue: 0.90 , saturation: 0.69 and the lightness value of df53ab is 0.60.

The process color (four color CMYK) of #df53ab color hex is 0.00, 0.63, 0.23, 0.13. Web safe color of #df53ab is #cc6699. Color #df53ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 10101011
Octal 337 123 253
Decimal 223 83 171
Hex DF 53 AB

RGB Percentages of Color #df53ab

%46.75
%17.40
%35.85

CMYK Percentages of Color #df53ab

%0
%63
%23
%13

Triadic Colors of #df53ab

#df53ab #abdf53 #53abdf

Analogous Colors of #df53ab

#df53ab #df5365 #cd53df

Monochromatic Colors of #df53ab

#df53ab

Complementary Color

#df53ab #53df87

#df53ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df53ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df53ab Color CSS Codes

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

#df53ab Text Font Color

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

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


#df53ab Background Color

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

This div background color is #df53ab


#df53ab Border Color

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

This div border color is #df53ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df53ab


Comments

No comments written yet.

Please login to write comment.