Color Hex Logo

#df58dd Color Hex

#DF58DD
(223,88,221)
0 Favorites   0 Comments

Color spaces of #df58dd

RGB 22388221
HSL0.840.680.61
HSV301°61°87°
CMYK 0.000.610.01   0.13
XYZ46.972327.887971.3138
Yxy27.88790.32130.1908
Hunter Lab52.809066.3556-43.0995
CIE-Lab59.787368.6405-43.0194

#df58dd color RGB value is (223,88,221).

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

The process color (four color CMYK) of #df58dd color hex is 0.00, 0.61, 0.01, 0.13. Web safe color of #df58dd is #cc66cc. Color #df58dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011000 11011101
Octal 337 130 335
Decimal 223 88 221
Hex DF 58 DD

RGB Percentages of Color #df58dd

%41.92
%16.54
%41.54

CMYK Percentages of Color #df58dd

%0
%61
%1
%13

Triadic Colors of #df58dd

#df58dd #dddf58 #58dddf

Analogous Colors of #df58dd

#df58dd #df589a #9e58df

Monochromatic Colors of #df58dd

#df58dd

Complementary Color

#df58dd #58df5a

#df58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df58dd Color CSS Codes

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

#df58dd Text Font Color

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

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


#df58dd Background Color

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

This div background color is #df58dd


#df58dd Border Color

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

This div border color is #df58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df58dd


Comments

No comments written yet.

Please login to write comment.