Color Hex Logo

#d815ff Color Hex

#D815FF
(216,21,255)
0 Favorites   0 Comments

Color spaces of #d815ff

RGB 21621255
HSL0.811.000.54
HSV290°92°100°
CMYK 0.150.920.00   0.00
XYZ46.637122.355396.4647
Yxy22.35530.28190.1351
Hunter Lab47.281493.3252-87.8680
CIE-Lab54.402090.9107-70.7049

#d815ff color RGB value is (216,21,255).

#d815ff hex color red value is 216, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d815ff hue: 0.81 , saturation: 1.00 and the lightness value of d815ff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010101 11111111
Octal 330 25 377
Decimal 216 21 255
Hex D8 15 FF

RGB Percentages of Color #d815ff

%43.90
%4.27
%51.83

CMYK Percentages of Color #d815ff

%15
%92
%0
%0

Triadic Colors of #d815ff

#d815ff #ffd815 #15ffd8

Analogous Colors of #d815ff

#d815ff #ff15b1 #6315ff

Monochromatic Colors of #d815ff

#d815ff

Complementary Color

#d815ff #3cff15

#d815ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d815ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d815ff Color CSS Codes

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

#d815ff Text Font Color

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

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


#d815ff Background Color

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

This div background color is #d815ff


#d815ff Border Color

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

This div border color is #d815ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d815ff


Comments

No comments written yet.

Please login to write comment.