Color Hex Logo

#df588a Color Hex

#DF588A
(223,88,138)
0 Favorites   0 Comments

Color spaces of #df588a

RGB 22388138
HSL0.940.680.61
HSV338°61°87°
CMYK 0.000.610.38   0.13
XYZ38.508624.502426.7446
Yxy24.50240.42900.2730
Hunter Lab49.499952.23982.6158
CIE-Lab56.587357.1020-0.1026

#df588a color RGB value is (223,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 10001010
Octal 337 130 212
Decimal 223 88 138
Hex DF 58 8A

RGB Percentages of Color #df588a

%49.67
%19.60
%30.73

CMYK Percentages of Color #df588a

%0
%61
%38
%13

Triadic Colors of #df588a

#df588a #8adf58 #588adf

Analogous Colors of #df588a

#df588a #df6a58 #df58ce

Monochromatic Colors of #df588a

#df588a

Complementary Color

#df588a #58dfad

#df588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df588a Color CSS Codes

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

#df588a Text Font Color

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

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


#df588a Background Color

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

This div background color is #df588a


#df588a Border Color

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

This div border color is #df588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df588a


Comments

No comments written yet.

Please login to write comment.