color codes Logo

#dd15ed color codes

#DD15ED
(221,21,237)
0 Favorites   0 Comments

Color spaces of #dd15ed

RGB 22121237
HSL0.820.860.51
HSV296°91°93°
CMYK 0.070.910.00   0.07
XYZ45.373022.022981.9802
Yxy22.02290.30380.1474
Hunter Lab46.928690.4582-70.7246
CIE-Lab54.051388.8264-61.1695

#dd15ed color RGB value is (221,21,237).

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

The process color (four color CMYK) of #dd15ed color code is 0.07, 0.91, 0.00, 0.07. Web safe color of #dd15ed is #cc00ff. Color #dd15ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010101 11101101
Octal 335 25 355
Decimal 221 21 237
Hex DD 15 ED

RGB Percentages of Color #dd15ed

%46.14
%4.38
%49.48

CMYK Percentages of Color #dd15ed

%7
%91
%0
%7

Triadic Colors of #dd15ed

#dd15ed #eddd15 #15eddd

Analogous Colors of #dd15ed

#dd15ed #ed1591 #7115ed

Monochromatic Colors of #dd15ed

#dd15ed

Complementary Color

#dd15ed #25ed15

#dd15ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd15ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd15ed Color CSS Codes

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

#dd15ed Text Font Color

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

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


#dd15ed Background Color

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

This div background color is #dd15ed


#dd15ed Border Color

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

This div border color is #dd15ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd15ed


Comments

No comments written yet.

Please login to write comment.