Color Hex Logo

#dd13ed Color Hex

#DD13ED
(221,19,237)
0 Favorites   0 Comments

Color spaces of #dd13ed

RGB 22119237
HSL0.820.860.50
HSV296°92°93°
CMYK 0.070.920.00   0.07
XYZ45.337721.952381.9684
Yxy21.95230.30380.1471
Hunter Lab46.853390.7327-70.9288
CIE-Lab53.976489.0480-61.2900

#dd13ed color RGB value is (221,19,237).

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

The process color (four color CMYK) of #dd13ed color hex is 0.07, 0.92, 0.00, 0.07. Web safe color of #dd13ed is #cc00ff. Color #dd13ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 11101101
Octal 335 23 355
Decimal 221 19 237
Hex DD 13 ED

RGB Percentages of Color #dd13ed

%46.33
%3.98
%49.69

CMYK Percentages of Color #dd13ed

%7
%92
%0
%7

Triadic Colors of #dd13ed

#dd13ed #eddd13 #13eddd

Analogous Colors of #dd13ed

#dd13ed #ed1390 #7013ed

Monochromatic Colors of #dd13ed

#dd13ed

Complementary Color

#dd13ed #23ed13

#dd13ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd13ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd13ed Color CSS Codes

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

#dd13ed Text Font Color

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

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


#dd13ed Background Color

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

This div background color is #dd13ed


#dd13ed Border Color

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

This div border color is #dd13ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd13ed


Comments

No comments written yet.

Please login to write comment.