Color Hex Logo

#df76d6 Color Hex

#DF76D6
(223,118,214)
0 Favorites   0 Comments

Color spaces of #df76d6

RGB 223118214
HSL0.850.620.67
HSV305°47°87°
CMYK 0.000.470.04   0.13
XYZ49.047533.499967.4994
Yxy33.49990.32690.2233
Hunter Lab57.879149.9748-28.6294
CIE-Lab64.563753.7907-31.6307

#df76d6 color RGB value is (223,118,214).

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

The process color (four color CMYK) of #df76d6 color hex is 0.00, 0.47, 0.04, 0.13. Web safe color of #df76d6 is #cc66cc. Color #df76d6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110110 11010110
Octal 337 166 326
Decimal 223 118 214
Hex DF 76 D6

RGB Percentages of Color #df76d6

%40.18
%21.26
%38.56

CMYK Percentages of Color #df76d6

%0
%47
%4
%13

Triadic Colors of #df76d6

#df76d6 #d6df76 #76d6df

Analogous Colors of #df76d6

#df76d6 #df76a2 #b476df

Monochromatic Colors of #df76d6

#df76d6

Complementary Color

#df76d6 #76df7f

#df76d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df76d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df76d6 Color CSS Codes

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

#df76d6 Text Font Color

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

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


#df76d6 Background Color

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

This div background color is #df76d6


#df76d6 Border Color

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

This div border color is #df76d6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,118,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df76d6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df76d6


Comments

No comments written yet.

Please login to write comment.