Color Hex Logo

#d815eb Color Hex

#D815EB
(216,21,235)
0 Favorites   0 Comments

Color spaces of #d815eb

RGB 21621235
HSL0.820.840.50
HSV295°91°92°
CMYK 0.080.910.00   0.08
XYZ43.582521.133480.3794
Yxy21.13340.30040.1457
Hunter Lab45.971188.7761-71.4875
CIE-Lab53.095287.7382-61.6259

#d815eb color RGB value is (216,21,235).

#d815eb hex color red value is 216, green value is 21 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d815eb hue: 0.82 , saturation: 0.84 and the lightness value of d815eb is 0.50.

The process color (four color CMYK) of #d815eb color hex is 0.08, 0.91, 0.00, 0.08. Web safe color of #d815eb is #cc00ff. Color #d815eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010101 11101011
Octal 330 25 353
Decimal 216 21 235
Hex D8 15 EB

RGB Percentages of Color #d815eb

%45.76
%4.45
%49.79

CMYK Percentages of Color #d815eb

%8
%91
%0
%8

Triadic Colors of #d815eb

#d815eb #ebd815 #15ebd8

Analogous Colors of #d815eb

#d815eb #eb1593 #6d15eb

Monochromatic Colors of #d815eb

#d815eb

Complementary Color

#d815eb #28eb15

#d815eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d815eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d815eb Color CSS Codes

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

#d815eb Text Font Color

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

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


#d815eb Background Color

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

This div background color is #d815eb


#d815eb Border Color

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

This div border color is #d815eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d815eb


Comments

No comments written yet.

Please login to write comment.