Color Hex Logo

#d801eb Color Hex

#D801EB
(216,1,235)
0 Favorites   0 Comments

Color spaces of #d801eb

RGB 2161235
HSL0.820.990.46
HSV295°100°92°
CMYK 0.081.000.00   0.08
XYZ43.325220.618880.2936
Yxy20.61880.30040.1430
Hunter Lab45.407990.8489-73.0553
CIE-Lab52.529789.4152-62.5364

#d801eb color RGB value is (216,1,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000001 11101011
Octal 330 1 353
Decimal 216 1 235
Hex D8 1 EB

RGB Percentages of Color #d801eb

%47.79
%0.22
%51.99

CMYK Percentages of Color #d801eb

%8
%100
%0
%8

Triadic Colors of #d801eb

#d801eb #ebd801 #01ebd8

Analogous Colors of #d801eb

#d801eb #eb0189 #6301eb

Monochromatic Colors of #d801eb

#d801eb

Complementary Color

#d801eb #14eb01

#d801eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d801eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d801eb Color CSS Codes

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

#d801eb Text Font Color

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

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


#d801eb Background Color

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

This div background color is #d801eb


#d801eb Border Color

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

This div border color is #d801eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,1,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 #d801eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d801eb


Comments

No comments written yet.

Please login to write comment.