Color Hex Logo

#df109b Color Hex

#DF109B
(223,16,155)
0 Favorites   0 Comments

Color spaces of #df109b

RGB 22316155
HSL0.890.870.47
HSV320°93°87°
CMYK 0.000.930.30   0.13
XYZ36.533118.425132.6412
Yxy18.42510.41700.2103
Hunter Lab42.924576.8039-15.0390
CIE-Lab50.007779.0245-20.0478

#df109b color RGB value is (223,16,155).

#df109b hex color red value is 223, green value is 16 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df109b hue: 0.89 , saturation: 0.87 and the lightness value of df109b is 0.47.

The process color (four color CMYK) of #df109b color hex is 0.00, 0.93, 0.30, 0.13. Web safe color of #df109b is #cc0099. Color #df109b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010000 10011011
Octal 337 20 233
Decimal 223 16 155
Hex DF 10 9B

RGB Percentages of Color #df109b

%56.60
%4.06
%39.34

CMYK Percentages of Color #df109b

%0
%93
%30
%13

Triadic Colors of #df109b

#df109b #9bdf10 #109bdf

Analogous Colors of #df109b

#df109b #df1033 #bc10df

Monochromatic Colors of #df109b

#df109b

Complementary Color

#df109b #10df54

#df109b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df109b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df109b Color CSS Codes

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

#df109b Text Font Color

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

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


#df109b Background Color

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

This div background color is #df109b


#df109b Border Color

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

This div border color is #df109b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df109b


Comments

No comments written yet.

Please login to write comment.