Color Hex Logo

#df058a Color Hex

#DF058A
(223,5,138)
0 Favorites   0 Comments

Color spaces of #df058a

RGB 2235138
HSL0.900.960.45
HSV323°98°87°
CMYK 0.000.980.38   0.13
XYZ35.073117.631525.5994
Yxy17.63150.44790.2252
Hunter Lab41.989975.6143-6.7536
CIE-Lab49.046178.2606-11.2908

#df058a color RGB value is (223,5,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 10001010
Octal 337 5 212
Decimal 223 5 138
Hex DF 5 8A

RGB Percentages of Color #df058a

%60.93
%1.37
%37.70

CMYK Percentages of Color #df058a

%0
%98
%38
%13

Triadic Colors of #df058a

#df058a #8adf05 #058adf

Analogous Colors of #df058a

#df058a #df051d #c705df

Monochromatic Colors of #df058a

#df058a

Complementary Color

#df058a #05df5a

#df058a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df058a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df058a Color CSS Codes

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

#df058a Text Font Color

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

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


#df058a Background Color

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

This div background color is #df058a


#df058a Border Color

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

This div border color is #df058a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df058a


Comments

No comments written yet.

Please login to write comment.