Color Hex Logo

#de55df Color Hex

#DE55DF
(222,85,223)
0 Favorites   0 Comments

Color spaces of #de55df

RGB 22285223
HSL0.830.680.60
HSV300°62°87°
CMYK 0.000.620.00   0.13
XYZ46.692027.354372.6310
Yxy27.35430.31830.1865
Hunter Lab52.301367.8285-45.7252
CIE-Lab59.300869.9495-44.9210

#de55df color RGB value is (222,85,223).

#de55df hex color red value is 222, green value is 85 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de55df hue: 0.83 , saturation: 0.68 and the lightness value of de55df is 0.60.

The process color (four color CMYK) of #de55df color hex is 0.00, 0.62, 0.00, 0.13. Web safe color of #de55df is #cc66cc. Color #de55df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010101 11011111
Octal 336 125 337
Decimal 222 85 223
Hex DE 55 DF

RGB Percentages of Color #de55df

%41.89
%16.04
%42.08

CMYK Percentages of Color #de55df

%0
%62
%0
%13

Triadic Colors of #de55df

#de55df #dfde55 #55dfde

Analogous Colors of #de55df

#de55df #df559b #9955df

Monochromatic Colors of #de55df

#de55df

Complementary Color

#de55df #56df55

#de55df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de55df Color Preview on White Background

Lorem ipsum dolor sit amet.

#de55df Color CSS Codes

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

#de55df Text Font Color

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

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


#de55df Background Color

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

This div background color is #de55df


#de55df Border Color

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

This div border color is #de55df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de55df


Comments

No comments written yet.

Please login to write comment.