Color Hex Logo

#df588b Color Hex

#DF588B
(223,88,139)
0 Favorites   0 Comments

Color spaces of #df588b

RGB 22388139
HSL0.940.680.61
HSV337°61°87°
CMYK 0.000.610.38   0.13
XYZ38.581324.531527.1277
Yxy24.53150.42750.2718
Hunter Lab49.529352.36802.1968
CIE-Lab56.616157.2109-0.6483

#df588b color RGB value is (223,88,139).

#df588b hex color red value is 223, green value is 88 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #df588b hue: 0.94 , saturation: 0.68 and the lightness value of df588b is 0.61.

The process color (four color CMYK) of #df588b color hex is 0.00, 0.61, 0.38, 0.13. Web safe color of #df588b is #cc6699. Color #df588b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 10001011
Octal 337 130 213
Decimal 223 88 139
Hex DF 58 8B

RGB Percentages of Color #df588b

%49.56
%19.56
%30.89

CMYK Percentages of Color #df588b

%0
%61
%38
%13

Triadic Colors of #df588b

#df588b #8bdf58 #588bdf

Analogous Colors of #df588b

#df588b #df6958 #df58cf

Monochromatic Colors of #df588b

#df588b

Complementary Color

#df588b #58dfac

#df588b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df588b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df588b Color CSS Codes

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

#df588b Text Font Color

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

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


#df588b Background Color

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

This div background color is #df588b


#df588b Border Color

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

This div border color is #df588b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df588b


Comments

No comments written yet.

Please login to write comment.