Color Hex Logo

#df4bab Color Hex

#DF4BAB
(223,75,171)
0 Favorites   0 Comments

Color spaces of #df4bab

RGB 22375171
HSL0.890.700.58
HSV321°66°87°
CMYK 0.000.660.23   0.13
XYZ40.298223.660440.9710
Yxy23.66040.38400.2255
Hunter Lab48.642062.7577-15.8905
CIE-Lab55.746266.3725-20.6892

#df4bab color RGB value is (223,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001011 10101011
Octal 337 113 253
Decimal 223 75 171
Hex DF 4B AB

RGB Percentages of Color #df4bab

%47.55
%15.99
%36.46

CMYK Percentages of Color #df4bab

%0
%66
%23
%13

Triadic Colors of #df4bab

#df4bab #abdf4b #4babdf

Analogous Colors of #df4bab

#df4bab #df4b61 #c94bdf

Monochromatic Colors of #df4bab

#df4bab

Complementary Color

#df4bab #4bdf7f

#df4bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4bab Color CSS Codes

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

#df4bab Text Font Color

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

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


#df4bab Background Color

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

This div background color is #df4bab


#df4bab Border Color

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

This div border color is #df4bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4bab


Comments

No comments written yet.

Please login to write comment.