Color Hex Logo

#df098a Color Hex

#DF098A
(223,9,138)
0 Favorites   0 Comments

Color spaces of #df098a

RGB 2239138
HSL0.900.920.45
HSV324°96°87°
CMYK 0.000.960.38   0.13
XYZ35.116617.718325.6139
Yxy17.71830.44760.2259
Hunter Lab42.093175.2525-6.6131
CIE-Lab49.152677.9495-11.1304

#df098a color RGB value is (223,9,138).

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

The process color (four color CMYK) of #df098a color hex is 0.00, 0.96, 0.38, 0.13. Web safe color of #df098a is #cc0099. Color #df098a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 10001010
Octal 337 11 212
Decimal 223 9 138
Hex DF 9 8A

RGB Percentages of Color #df098a

%60.27
%2.43
%37.30

CMYK Percentages of Color #df098a

%0
%96
%38
%13

Triadic Colors of #df098a

#df098a #8adf09 #098adf

Analogous Colors of #df098a

#df098a #df091f #c909df

Monochromatic Colors of #df098a

#df098a

Complementary Color

#df098a #09df5e

#df098a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df098a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df098a Color CSS Codes

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

#df098a Text Font Color

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

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


#df098a Background Color

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

This div background color is #df098a


#df098a Border Color

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

This div border color is #df098a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df098a


Comments

No comments written yet.

Please login to write comment.