Color Hex Logo

#df00ab Color Hex

#DF00AB
(223,0,171)
0 Favorites   0 Comments

Color spaces of #df00ab

RGB 2230171
HSL0.871.000.44
HSV314°100°87°
CMYK 0.001.000.23   0.13
XYZ37.782118.628240.1323
Yxy18.62820.39140.1930
Hunter Lab43.160480.7261-24.9180
CIE-Lab50.249382.0795-29.1744

#df00ab color RGB value is (223,0,171).

#df00ab hex color red value is 223, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df00ab hue: 0.87 , saturation: 1.00 and the lightness value of df00ab is 0.44.

The process color (four color CMYK) of #df00ab color hex is 0.00, 1.00, 0.23, 0.13. Web safe color of #df00ab is #cc0099. Color #df00ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 10101011
Octal 337 0 253
Decimal 223 0 171
Hex DF 0 AB

RGB Percentages of Color #df00ab

%56.60
%0.00
%43.40

CMYK Percentages of Color #df00ab

%0
%100
%23
%13

Triadic Colors of #df00ab

#df00ab #abdf00 #00abdf

Analogous Colors of #df00ab

#df00ab #df003c #a400df

Monochromatic Colors of #df00ab

#df00ab

Complementary Color

#df00ab #00df34

#df00ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df00ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df00ab Color CSS Codes

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

#df00ab Text Font Color

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

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


#df00ab Background Color

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

This div background color is #df00ab


#df00ab Border Color

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

This div border color is #df00ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df00ab


Comments

No comments written yet.

Please login to write comment.