Color Hex Logo

#df008b Color Hex

#DF008B
(223,0,139)
0 Favorites   0 Comments

Color spaces of #df008b

RGB 2230139
HSL0.901.000.44
HSV323°100°87°
CMYK 0.001.000.38   0.13
XYZ35.091617.552125.9644
Yxy17.55210.44640.2233
Hunter Lab41.895276.1956-7.4181
CIE-Lab48.948378.7452-12.0433

#df008b color RGB value is (223,0,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 10001011
Octal 337 0 213
Decimal 223 0 139
Hex DF 0 8B

RGB Percentages of Color #df008b

%61.60
%0.00
%38.40

CMYK Percentages of Color #df008b

%0
%100
%38
%13

Triadic Colors of #df008b

#df008b #8bdf00 #008bdf

Analogous Colors of #df008b

#df008b #df001b #c400df

Monochromatic Colors of #df008b

#df008b

Complementary Color

#df008b #00df54

#df008b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df008b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df008b Color CSS Codes

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

#df008b Text Font Color

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

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


#df008b Background Color

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

This div background color is #df008b


#df008b Border Color

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

This div border color is #df008b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df008b


Comments

No comments written yet.

Please login to write comment.