Color Hex Logo

#dd59ea Color Hex

#DD59EA
(221,89,234)
0 Favorites   0 Comments

Color spaces of #dd59ea

RGB 22189234
HSL0.820.780.63
HSV295°62°92°
CMYK 0.060.620.00   0.08
XYZ48.242528.457480.7921
Yxy28.45740.30630.1807
Hunter Lab53.345568.0703-52.4533
CIE-Lab60.299769.9634-49.5131

#dd59ea color RGB value is (221,89,234).

#dd59ea hex color red value is 221, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd59ea hue: 0.82 , saturation: 0.78 and the lightness value of dd59ea is 0.63.

The process color (four color CMYK) of #dd59ea color hex is 0.06, 0.62, 0.00, 0.08. Web safe color of #dd59ea is #cc66ff. Color #dd59ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011001 11101010
Octal 335 131 352
Decimal 221 89 234
Hex DD 59 EA

RGB Percentages of Color #dd59ea

%40.63
%16.36
%43.01

CMYK Percentages of Color #dd59ea

%6
%62
%0
%8

Triadic Colors of #dd59ea

#dd59ea #eadd59 #59eadd

Analogous Colors of #dd59ea

#dd59ea #ea59af #9559ea

Monochromatic Colors of #dd59ea

#dd59ea

Complementary Color

#dd59ea #66ea59

#dd59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd59ea Color CSS Codes

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

#dd59ea Text Font Color

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

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


#dd59ea Background Color

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

This div background color is #dd59ea


#dd59ea Border Color

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

This div border color is #dd59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd59ea


Comments

No comments written yet.

Please login to write comment.