Color Hex Logo

#df086d Color Hex

#DF086D
(223,8,109)
0 Favorites   0 Comments

Color spaces of #df086d

RGB 2238109
HSL0.920.930.45
HSV332°96°87°
CMYK 0.000.960.51   0.13
XYZ33.278616.965815.9887
Yxy16.96580.50240.2562
Hunter Lab41.189672.13515.8179
CIE-Lab48.216975.61085.2038

#df086d color RGB value is (223,8,109).

#df086d hex color red value is 223, green value is 8 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #df086d hue: 0.92 , saturation: 0.93 and the lightness value of df086d is 0.45.

The process color (four color CMYK) of #df086d color hex is 0.00, 0.96, 0.51, 0.13. Web safe color of #df086d is #cc0066. Color #df086d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 01101101
Octal 337 10 155
Decimal 223 8 109
Hex DF 8 6D

RGB Percentages of Color #df086d

%65.59
%2.35
%32.06

CMYK Percentages of Color #df086d

%0
%96
%51
%13

Triadic Colors of #df086d

#df086d #6ddf08 #086ddf

Analogous Colors of #df086d

#df086d #df0f08 #df08d9

Monochromatic Colors of #df086d

#df086d

Complementary Color

#df086d #08df7a

#df086d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df086d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df086d Color CSS Codes

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

#df086d Text Font Color

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

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


#df086d Background Color

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

This div background color is #df086d


#df086d Border Color

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

This div border color is #df086d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df086d


Comments

No comments written yet.

Please login to write comment.