Color Hex Logo

#df12ab Color Hex

#DF12AB
(223,18,171)
0 Favorites   0 Comments

Color spaces of #df12ab

RGB 22318171
HSL0.880.850.47
HSV315°92°87°
CMYK 0.000.920.23   0.13
XYZ37.998419.060940.2045
Yxy19.06090.39070.1960
Hunter Lab43.658878.9545-24.0378
CIE-Lab50.758480.5856-28.3827

#df12ab color RGB value is (223,18,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 10101011
Octal 337 22 253
Decimal 223 18 171
Hex DF 12 AB

RGB Percentages of Color #df12ab

%54.13
%4.37
%41.50

CMYK Percentages of Color #df12ab

%0
%92
%23
%13

Triadic Colors of #df12ab

#df12ab #abdf12 #12abdf

Analogous Colors of #df12ab

#df12ab #df1244 #ad12df

Monochromatic Colors of #df12ab

#df12ab

Complementary Color

#df12ab #12df46

#df12ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df12ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df12ab Color CSS Codes

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

#df12ab Text Font Color

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

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


#df12ab Background Color

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

This div background color is #df12ab


#df12ab Border Color

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

This div border color is #df12ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df12ab


Comments

No comments written yet.

Please login to write comment.