Color Hex Logo

#df3dab Color Hex

#DF3DAB
(223,61,171)
0 Favorites   0 Comments

Color spaces of #df3dab

RGB 22361171
HSL0.890.720.56
HSV319°73°87°
CMYK 0.000.730.23   0.13
XYZ39.450921.965740.6886
Yxy21.96570.38640.2151
Hunter Lab46.867668.2345-18.6660
CIE-Lab53.990671.2884-23.3835

#df3dab color RGB value is (223,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111101 10101011
Octal 337 75 253
Decimal 223 61 171
Hex DF 3D AB

RGB Percentages of Color #df3dab

%49.01
%13.41
%37.58

CMYK Percentages of Color #df3dab

%0
%73
%23
%13

Triadic Colors of #df3dab

#df3dab #abdf3d #3dabdf

Analogous Colors of #df3dab

#df3dab #df3d5a #c23ddf

Monochromatic Colors of #df3dab

#df3dab

Complementary Color

#df3dab #3ddf71

#df3dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3dab Color CSS Codes

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

#df3dab Text Font Color

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

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


#df3dab Background Color

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

This div background color is #df3dab


#df3dab Border Color

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

This div border color is #df3dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3dab


Comments

No comments written yet.

Please login to write comment.