Color Hex Logo

#df5bdd Color Hex

#DF5BDD
(223,91,221)
0 Favorites   0 Comments

Color spaces of #df5bdd

RGB 22391221
HSL0.840.670.62
HSV301°59°87°
CMYK 0.000.590.01   0.13
XYZ47.223728.390671.3976
Yxy28.39060.32120.1931
Hunter Lab53.282864.9567-42.1491
CIE-Lab60.240067.3933-42.3069

#df5bdd color RGB value is (223,91,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011011 11011101
Octal 337 133 335
Decimal 223 91 221
Hex DF 5B DD

RGB Percentages of Color #df5bdd

%41.68
%17.01
%41.31

CMYK Percentages of Color #df5bdd

%0
%59
%1
%13

Triadic Colors of #df5bdd

#df5bdd #dddf5b #5bdddf

Analogous Colors of #df5bdd

#df5bdd #df5b9b #9f5bdf

Monochromatic Colors of #df5bdd

#df5bdd

Complementary Color

#df5bdd #5bdf5d

#df5bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5bdd Color CSS Codes

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

#df5bdd Text Font Color

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

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


#df5bdd Background Color

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

This div background color is #df5bdd


#df5bdd Border Color

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

This div border color is #df5bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5bdd


Comments

No comments written yet.

Please login to write comment.