Color Hex Logo

#df139b Color Hex

#DF139B
(223,19,155)
0 Favorites   0 Comments

Color spaces of #df139b

RGB 22319155
HSL0.890.840.47
HSV320°91°87°
CMYK 0.000.910.30   0.13
XYZ36.580718.520332.6571
Yxy18.52030.41680.2110
Hunter Lab43.035276.4165-14.8673
CIE-Lab50.121278.6931-19.8739

#df139b color RGB value is (223,19,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 10011011
Octal 337 23 233
Decimal 223 19 155
Hex DF 13 9B

RGB Percentages of Color #df139b

%56.17
%4.79
%39.04

CMYK Percentages of Color #df139b

%0
%91
%30
%13

Triadic Colors of #df139b

#df139b #9bdf13 #139bdf

Analogous Colors of #df139b

#df139b #df1335 #bd13df

Monochromatic Colors of #df139b

#df139b

Complementary Color

#df139b #13df57

#df139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df139b Color CSS Codes

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

#df139b Text Font Color

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

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


#df139b Background Color

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

This div background color is #df139b


#df139b Border Color

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

This div border color is #df139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df139b


Comments

No comments written yet.

Please login to write comment.