Color Hex Logo

#d015dd Color Hex

#D015DD
(208,21,221)
0 Favorites   0 Comments

Color spaces of #d015dd

RGB 20821221
HSL0.820.830.47
HSV296°90°87°
CMYK 0.060.900.00   0.13
XYZ39.331719.166770.0331
Yxy19.16670.30600.1491
Hunter Lab43.779883.7495-64.1984
CIE-Lab50.881784.3129-57.3280

#d015dd color RGB value is (208,21,221).

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

The process color (four color CMYK) of #d015dd color hex is 0.06, 0.90, 0.00, 0.13. Web safe color of #d015dd is #cc00cc. Color #d015dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010101 11011101
Octal 320 25 335
Decimal 208 21 221
Hex D0 15 DD

RGB Percentages of Color #d015dd

%46.22
%4.67
%49.11

CMYK Percentages of Color #d015dd

%6
%90
%0
%13

Triadic Colors of #d015dd

#d015dd #ddd015 #15ddd0

Analogous Colors of #d015dd

#d015dd #dd1586 #6c15dd

Monochromatic Colors of #d015dd

#d015dd

Complementary Color

#d015dd #22dd15

#d015dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d015dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d015dd Color CSS Codes

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

#d015dd Text Font Color

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

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


#d015dd Background Color

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

This div background color is #d015dd


#d015dd Border Color

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

This div border color is #d015dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d015dd


Comments

No comments written yet.

Please login to write comment.