Color Hex Logo

#d815dc Color Hex

#D815DC
(216,21,220)
0 Favorites   0 Comments

Color spaces of #d815dc

RGB 21621220
HSL0.830.830.47
HSV299°90°86°
CMYK 0.020.900.00   0.14
XYZ41.505320.302669.4414
Yxy20.30260.31620.1547
Hunter Lab45.058485.5721-59.8334
CIE-Lab52.177685.4678-54.6060

#d815dc color RGB value is (216,21,220).

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

The process color (four color CMYK) of #d815dc color hex is 0.02, 0.90, 0.00, 0.14. Web safe color of #d815dc is #cc00cc. Color #d815dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010101 11011100
Octal 330 25 334
Decimal 216 21 220
Hex D8 15 DC

RGB Percentages of Color #d815dc

%47.26
%4.60
%48.14

CMYK Percentages of Color #d815dc

%2
%90
%0
%14

Triadic Colors of #d815dc

#d815dc #dcd815 #15dcd8

Analogous Colors of #d815dc

#d815dc #dc157d #7515dc

Monochromatic Colors of #d815dc

#d815dc

Complementary Color

#d815dc #19dc15

#d815dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d815dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d815dc Color CSS Codes

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

#d815dc Text Font Color

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

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


#d815dc Background Color

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

This div background color is #d815dc


#d815dc Border Color

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

This div border color is #d815dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d815dc


Comments

No comments written yet.

Please login to write comment.