Color Hex Logo

#df095f Color Hex

#DF095F
(223,9,95)
0 Favorites   0 Comments

Color spaces of #df095f

RGB 223995
HSL0.930.920.45
HSV336°96°87°
CMYK 0.000.960.57   0.13
XYZ32.594716.709612.3338
Yxy16.70960.52880.2711
Hunter Lab40.877470.796510.7248
CIE-Lab47.892074.580313.3883

#df095f color RGB value is (223,9,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 01011111
Octal 337 11 137
Decimal 223 9 95
Hex DF 9 5F

RGB Percentages of Color #df095f

%68.20
%2.75
%29.05

CMYK Percentages of Color #df095f

%0
%96
%57
%13

Triadic Colors of #df095f

#df095f #5fdf09 #095fdf

Analogous Colors of #df095f

#df095f #df1e09 #df09ca

Monochromatic Colors of #df095f

#df095f

Complementary Color

#df095f #09df89

#df095f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df095f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df095f Color CSS Codes

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

#df095f Text Font Color

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

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


#df095f Background Color

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

This div background color is #df095f


#df095f Border Color

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

This div border color is #df095f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df095f


Comments

No comments written yet.

Please login to write comment.