Color Hex Logo

#df028b Color Hex

#DF028B
(223,2,139)
0 Favorites   0 Comments

Color spaces of #df028b

RGB 2232139
HSL0.900.980.44
HSV323°99°87°
CMYK 0.000.990.38   0.13
XYZ35.113317.595525.9717
Yxy17.59550.44630.2236
Hunter Lab41.947076.0129-7.3468
CIE-Lab49.001878.5885-11.9627

#df028b color RGB value is (223,2,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000010 10001011
Octal 337 2 213
Decimal 223 2 139
Hex DF 2 8B

RGB Percentages of Color #df028b

%61.26
%0.55
%38.19

CMYK Percentages of Color #df028b

%0
%99
%38
%13

Triadic Colors of #df028b

#df028b #8bdf02 #028bdf

Analogous Colors of #df028b

#df028b #df021d #c502df

Monochromatic Colors of #df028b

#df028b

Complementary Color

#df028b #02df56

#df028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df028b Color CSS Codes

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

#df028b Text Font Color

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

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


#df028b Background Color

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

This div background color is #df028b


#df028b Border Color

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

This div border color is #df028b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df028b


Comments

No comments written yet.

Please login to write comment.