Color Hex Logo

#df22ab Color Hex

#DF22AB
(223,34,171)
0 Favorites   0 Comments

Color spaces of #df22ab

RGB 22334171
HSL0.880.750.50
HSV317°85°87°
CMYK 0.000.850.23   0.13
XYZ38.354119.772340.3230
Yxy19.77230.38960.2008
Hunter Lab44.466176.1492-22.6395
CIE-Lab51.578878.1951-27.1090

#df22ab color RGB value is (223,34,171).

#df22ab hex color red value is 223, green value is 34 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df22ab hue: 0.88 , saturation: 0.75 and the lightness value of df22ab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 10101011
Octal 337 42 253
Decimal 223 34 171
Hex DF 22 AB

RGB Percentages of Color #df22ab

%52.10
%7.94
%39.95

CMYK Percentages of Color #df22ab

%0
%85
%23
%13

Triadic Colors of #df22ab

#df22ab #abdf22 #22abdf

Analogous Colors of #df22ab

#df22ab #df224c #b522df

Monochromatic Colors of #df22ab

#df22ab

Complementary Color

#df22ab #22df56

#df22ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df22ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df22ab Color CSS Codes

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

#df22ab Text Font Color

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

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


#df22ab Background Color

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

This div background color is #df22ab


#df22ab Border Color

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

This div border color is #df22ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df22ab


Comments

No comments written yet.

Please login to write comment.