Color Hex Logo

#df2bab Color Hex

#DF2BAB
(223,43,171)
0 Favorites   0 Comments

Color spaces of #df2bab

RGB 22343171
HSL0.880.740.52
HSV317°81°87°
CMYK 0.000.810.23   0.13
XYZ38.646020.356040.4203
Yxy20.35600.38870.2047
Hunter Lab45.117673.9403-21.5348
CIE-Lab52.237376.2915-26.0890

#df2bab color RGB value is (223,43,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101011 10101011
Octal 337 53 253
Decimal 223 43 171
Hex DF 2B AB

RGB Percentages of Color #df2bab

%51.03
%9.84
%39.13

CMYK Percentages of Color #df2bab

%0
%81
%23
%13

Triadic Colors of #df2bab

#df2bab #abdf2b #2babdf

Analogous Colors of #df2bab

#df2bab #df2b51 #b92bdf

Monochromatic Colors of #df2bab

#df2bab

Complementary Color

#df2bab #2bdf5f

#df2bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2bab Color CSS Codes

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

#df2bab Text Font Color

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

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


#df2bab Background Color

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

This div background color is #df2bab


#df2bab Border Color

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

This div border color is #df2bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2bab


Comments

No comments written yet.

Please login to write comment.