Color Hex Logo

#de58dd Color Hex

#DE58DD
(222,88,221)
0 Favorites   0 Comments

Color spaces of #de58dd

RGB 22288221
HSL0.830.670.61
HSV300°60°87°
CMYK 0.000.600.00   0.13
XYZ46.665127.729571.2994
Yxy27.72950.32030.1903
Hunter Lab52.658866.0299-43.4168
CIE-Lab59.643668.3965-43.2556

#de58dd color RGB value is (222,88,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011000 11011101
Octal 336 130 335
Decimal 222 88 221
Hex DE 58 DD

RGB Percentages of Color #de58dd

%41.81
%16.57
%41.62

CMYK Percentages of Color #de58dd

%0
%60
%0
%13

Triadic Colors of #de58dd

#de58dd #ddde58 #58ddde

Analogous Colors of #de58dd

#de58dd #de589a #9c58de

Monochromatic Colors of #de58dd

#de58dd

Complementary Color

#de58dd #58de59

#de58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de58dd Color CSS Codes

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

#de58dd Text Font Color

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

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


#de58dd Background Color

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

This div background color is #de58dd


#de58dd Border Color

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

This div border color is #de58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de58dd


Comments

No comments written yet.

Please login to write comment.