Color Hex Logo

#df76ab Color Hex

#DF76AB
(223,118,171)
0 Favorites   0 Comments

Color spaces of #df76ab

RGB 223118171
HSL0.920.620.67
HSV330°47°87°
CMYK 0.000.470.23   0.13
XYZ44.260531.585142.2918
Yxy31.58510.37470.2674
Hunter Lab56.200642.2256-5.2762
CIE-Lab62.998547.0407-9.7204

#df76ab color RGB value is (223,118,171).

#df76ab hex color red value is 223, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df76ab hue: 0.92 , saturation: 0.62 and the lightness value of df76ab is 0.67.

The process color (four color CMYK) of #df76ab color hex is 0.00, 0.47, 0.23, 0.13. Web safe color of #df76ab is #cc6699. Color #df76ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 10101011
Octal 337 166 253
Decimal 223 118 171
Hex DF 76 AB

RGB Percentages of Color #df76ab

%43.55
%23.05
%33.40

CMYK Percentages of Color #df76ab

%0
%47
%23
%13

Triadic Colors of #df76ab

#df76ab #abdf76 #76abdf

Analogous Colors of #df76ab

#df76ab #df7677 #df76df

Monochromatic Colors of #df76ab

#df76ab

Complementary Color

#df76ab #76dfaa

#df76ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df76ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df76ab Color CSS Codes

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

#df76ab Text Font Color

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

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


#df76ab Background Color

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

This div background color is #df76ab


#df76ab Border Color

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

This div border color is #df76ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df76ab


Comments

No comments written yet.

Please login to write comment.