Color Hex Logo

#df056b Color Hex

#DF056B
(223,5,107)
0 Favorites   0 Comments

Color spaces of #df056b

RGB 2235107
HSL0.920.960.45
HSV332°98°87°
CMYK 0.000.980.52   0.13
XYZ33.139516.858115.4172
Yxy16.85810.50660.2577
Hunter Lab41.058672.21956.4781
CIE-Lab48.080775.70606.2415

#df056b color RGB value is (223,5,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000101 01101011
Octal 337 5 153
Decimal 223 5 107
Hex DF 5 6B

RGB Percentages of Color #df056b

%66.57
%1.49
%31.94

CMYK Percentages of Color #df056b

%0
%98
%52
%13

Triadic Colors of #df056b

#df056b #6bdf05 #056bdf

Analogous Colors of #df056b

#df056b #df0c05 #df05d8

Monochromatic Colors of #df056b

#df056b

Complementary Color

#df056b #05df79

#df056b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df056b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df056b Color CSS Codes

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

#df056b Text Font Color

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

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


#df056b Background Color

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

This div background color is #df056b


#df056b Border Color

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

This div border color is #df056b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df056b


Comments

No comments written yet.

Please login to write comment.