Color Hex Logo

#dd55ed Color Hex

#DD55ED
(221,85,237)
0 Favorites   0 Comments

Color spaces of #dd55ed

RGB 22185237
HSL0.820.810.63
HSV294°64°93°
CMYK 0.070.640.00   0.07
XYZ48.353427.983682.9736
Yxy27.98360.30350.1757
Hunter Lab52.899570.5857-55.9675
CIE-Lab59.873972.1042-51.8625

#dd55ed color RGB value is (221,85,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010101 11101101
Octal 335 125 355
Decimal 221 85 237
Hex DD 55 ED

RGB Percentages of Color #dd55ed

%40.70
%15.65
%43.65

CMYK Percentages of Color #dd55ed

%7
%64
%0
%7

Triadic Colors of #dd55ed

#dd55ed #eddd55 #55eddd

Analogous Colors of #dd55ed

#dd55ed #ed55b1 #9155ed

Monochromatic Colors of #dd55ed

#dd55ed

Complementary Color

#dd55ed #65ed55

#dd55ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd55ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd55ed Color CSS Codes

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

#dd55ed Text Font Color

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

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


#dd55ed Background Color

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

This div background color is #dd55ed


#dd55ed Border Color

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

This div border color is #dd55ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd55ed


Comments

No comments written yet.

Please login to write comment.