Color Hex Logo

#df54ab Color Hex

#DF54AB
(223,84,171)
0 Favorites   0 Comments

Color spaces of #df54ab

RGB 22384171
HSL0.900.680.60
HSV322°62°87°
CMYK 0.000.620.23   0.13
XYZ40.952424.968941.1891
Yxy24.96890.38230.2331
Hunter Lab49.968958.8455-13.8942
CIE-Lab57.045162.7953-18.7054

#df54ab color RGB value is (223,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010100 10101011
Octal 337 124 253
Decimal 223 84 171
Hex DF 54 AB

RGB Percentages of Color #df54ab

%46.65
%17.57
%35.77

CMYK Percentages of Color #df54ab

%0
%62
%23
%13

Triadic Colors of #df54ab

#df54ab #abdf54 #54abdf

Analogous Colors of #df54ab

#df54ab #df5466 #ce54df

Monochromatic Colors of #df54ab

#df54ab

Complementary Color

#df54ab #54df88

#df54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df54ab Color CSS Codes

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

#df54ab Text Font Color

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

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


#df54ab Background Color

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

This div background color is #df54ab


#df54ab Border Color

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

This div border color is #df54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df54ab


Comments

No comments written yet.

Please login to write comment.