Color Hex Logo

#df057b Color Hex

#DF057B
(223,5,123)
0 Favorites   0 Comments

Color spaces of #df057b

RGB 2235123
HSL0.910.960.45
HSV328°98°87°
CMYK 0.000.980.45   0.13
XYZ34.060817.226620.2687
Yxy17.22660.47600.2407
Hunter Lab41.504973.85140.0995
CIE-Lab48.544376.9394-2.9130

#df057b color RGB value is (223,5,123).

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

The process color (four color CMYK) of #df057b color hex is 0.00, 0.98, 0.45, 0.13. Web safe color of #df057b is #cc0066. Color #df057b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 01111011
Octal 337 5 173
Decimal 223 5 123
Hex DF 5 7B

RGB Percentages of Color #df057b

%63.53
%1.42
%35.04

CMYK Percentages of Color #df057b

%0
%98
%45
%13

Triadic Colors of #df057b

#df057b #7bdf05 #057bdf

Analogous Colors of #df057b

#df057b #df050e #d605df

Monochromatic Colors of #df057b

#df057b

Complementary Color

#df057b #05df69

#df057b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df057b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df057b Color CSS Codes

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

#df057b Text Font Color

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

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


#df057b Background Color

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

This div background color is #df057b


#df057b Border Color

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

This div border color is #df057b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df057b


Comments

No comments written yet.

Please login to write comment.