Color Hex Logo

#de59ef Color Hex

#DE59EF
(222,89,239)
0 Favorites   0 Comments

Color spaces of #de59ef

RGB 22289239
HSL0.810.820.64
HSV293°63°94°
CMYK 0.070.630.00   0.06
XYZ49.276628.906384.6437
Yxy28.90630.30260.1775
Hunter Lab53.764669.5118-55.7074
CIE-Lab60.698871.0728-51.6577

#de59ef color RGB value is (222,89,239).

#de59ef hex color red value is 222, green value is 89 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #de59ef hue: 0.81 , saturation: 0.82 and the lightness value of de59ef is 0.64.

The process color (four color CMYK) of #de59ef color hex is 0.07, 0.63, 0.00, 0.06. Web safe color of #de59ef is #cc66ff. Color #de59ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 11101111
Octal 336 131 357
Decimal 222 89 239
Hex DE 59 EF

RGB Percentages of Color #de59ef

%40.36
%16.18
%43.45

CMYK Percentages of Color #de59ef

%7
%63
%0
%6

Triadic Colors of #de59ef

#de59ef #efde59 #59efde

Analogous Colors of #de59ef

#de59ef #ef59b5 #9359ef

Monochromatic Colors of #de59ef

#de59ef

Complementary Color

#de59ef #6aef59

#de59ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de59ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#de59ef Color CSS Codes

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

#de59ef Text Font Color

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

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


#de59ef Background Color

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

This div background color is #de59ef


#de59ef Border Color

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

This div border color is #de59ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de59ef


Comments

No comments written yet.

Please login to write comment.