color codes Logo

#dd52ed color codes

#DD52ED
(221,82,237)
0 Favorites   0 Comments

Color spaces of #dd52ed

RGB 22182237
HSL0.820.810.63
HSV294°65°93°
CMYK 0.070.650.00   0.07
XYZ48.122127.521282.8966
Yxy27.52120.30350.1736
Hunter Lab52.460771.9317-56.9657
CIE-Lab59.453773.2781-52.5305

#dd52ed color RGB value is (221,82,237).

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

The process color (four color CMYK) of #dd52ed color code is 0.07, 0.65, 0.00, 0.07. Web safe color of #dd52ed is #cc66ff. Color #dd52ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 11101101
Octal 335 122 355
Decimal 221 82 237
Hex DD 52 ED

RGB Percentages of Color #dd52ed

%40.93
%15.19
%43.89

CMYK Percentages of Color #dd52ed

%7
%65
%0
%7

Triadic Colors of #dd52ed

#dd52ed #eddd52 #52eddd

Analogous Colors of #dd52ed

#dd52ed #ed52b0 #9052ed

Monochromatic Colors of #dd52ed

#dd52ed

Complementary Color

#dd52ed #62ed52

#dd52ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd52ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd52ed Color CSS Codes

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

#dd52ed Text Font Color

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

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


#dd52ed Background Color

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

This div background color is #dd52ed


#dd52ed Border Color

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

This div border color is #dd52ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd52ed


Comments

No comments written yet.

Please login to write comment.