Color Hex Logo

#dc15de Color Hex

#DC15DE
(220,21,222)
0 Favorites   0 Comments

Color spaces of #dc15de

RGB 22021222
HSL0.830.830.48
HSV299°91°87°
CMYK 0.010.910.00   0.13
XYZ42.968221.025970.9010
Yxy21.02590.31850.1559
Hunter Lab45.854087.0216-59.5784
CIE-Lab52.977886.4240-54.4241

#dc15de color RGB value is (220,21,222).

#dc15de hex color red value is 220, green value is 21 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dc15de hue: 0.83 , saturation: 0.83 and the lightness value of dc15de is 0.48.

The process color (four color CMYK) of #dc15de color hex is 0.01, 0.91, 0.00, 0.13. Web safe color of #dc15de is #cc00cc. Color #dc15de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 11011110
Octal 334 25 336
Decimal 220 21 222
Hex DC 15 DE

RGB Percentages of Color #dc15de

%47.52
%4.54
%47.95

CMYK Percentages of Color #dc15de

%1
%91
%0
%13

Triadic Colors of #dc15de

#dc15de #dedc15 #15dedc

Analogous Colors of #dc15de

#dc15de #de157c #7815de

Monochromatic Colors of #dc15de

#dc15de

Complementary Color

#dc15de #17de15

#dc15de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc15de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc15de Color CSS Codes

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

#dc15de Text Font Color

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

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


#dc15de Background Color

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

This div background color is #dc15de


#dc15de Border Color

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

This div border color is #dc15de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,21,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc15de


Comments

No comments written yet.

Please login to write comment.