Color Hex Logo

#df088b Color Hex

#DF088B
(223,8,139)
0 Favorites   0 Comments

Color spaces of #df088b

RGB 2238139
HSL0.900.930.45
HSV323°96°87°
CMYK 0.000.960.38   0.13
XYZ35.178517.725725.9934
Yxy17.72570.44590.2247
Hunter Lab42.101975.4684-7.1339
CIE-Lab49.161778.1211-11.7215

#df088b color RGB value is (223,8,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 10001011
Octal 337 10 213
Decimal 223 8 139
Hex DF 8 8B

RGB Percentages of Color #df088b

%60.27
%2.16
%37.57

CMYK Percentages of Color #df088b

%0
%96
%38
%13

Triadic Colors of #df088b

#df088b #8bdf08 #088bdf

Analogous Colors of #df088b

#df088b #df0820 #c808df

Monochromatic Colors of #df088b

#df088b

Complementary Color

#df088b #08df5c

#df088b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df088b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df088b Color CSS Codes

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

#df088b Text Font Color

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

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


#df088b Background Color

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

This div background color is #df088b


#df088b Border Color

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

This div border color is #df088b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df088b


Comments

No comments written yet.

Please login to write comment.