Color Hex Logo

#df48ab Color Hex

#DF48AB
(223,72,171)
0 Favorites   0 Comments

Color spaces of #df48ab

RGB 22372171
HSL0.890.700.58
HSV321°68°87°
CMYK 0.000.680.23   0.13
XYZ40.099523.263040.9048
Yxy23.26300.38460.2231
Hunter Lab48.231763.9980-16.5210
CIE-Lab55.342267.4953-21.3078

#df48ab color RGB value is (223,72,171).

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

The process color (four color CMYK) of #df48ab color hex is 0.00, 0.68, 0.23, 0.13. Web safe color of #df48ab is #cc3399. Color #df48ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001000 10101011
Octal 337 110 253
Decimal 223 72 171
Hex DF 48 AB

RGB Percentages of Color #df48ab

%47.85
%15.45
%36.70

CMYK Percentages of Color #df48ab

%0
%68
%23
%13

Triadic Colors of #df48ab

#df48ab #abdf48 #48abdf

Analogous Colors of #df48ab

#df48ab #df485f #c848df

Monochromatic Colors of #df48ab

#df48ab

Complementary Color

#df48ab #48df7c

#df48ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df48ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df48ab Color CSS Codes

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

#df48ab Text Font Color

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

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


#df48ab Background Color

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

This div background color is #df48ab


#df48ab Border Color

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

This div border color is #df48ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df48ab


Comments

No comments written yet.

Please login to write comment.