Color Hex Logo

#d840eb Color Hex

#D840EB
(216,64,235)
0 Favorites   0 Comments

Color spaces of #d840eb

RGB 21664235
HSL0.810.810.59
HSV293°73°92°
CMYK 0.080.730.00   0.08
XYZ45.147724.263980.9011
Yxy24.26390.30040.1614
Hunter Lab49.258477.4017-62.8959
CIE-Lab56.351178.2658-56.4025

#d840eb color RGB value is (216,64,235).

#d840eb hex color red value is 216, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d840eb hue: 0.81 , saturation: 0.81 and the lightness value of d840eb is 0.59.

The process color (four color CMYK) of #d840eb color hex is 0.08, 0.73, 0.00, 0.08. Web safe color of #d840eb is #cc33ff. Color #d840eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 11101011
Octal 330 100 353
Decimal 216 64 235
Hex D8 40 EB

RGB Percentages of Color #d840eb

%41.94
%12.43
%45.63

CMYK Percentages of Color #d840eb

%8
%73
%0
%8

Triadic Colors of #d840eb

#d840eb #ebd840 #40ebd8

Analogous Colors of #d840eb

#d840eb #eb40a9 #8340eb

Monochromatic Colors of #d840eb

#d840eb

Complementary Color

#d840eb #53eb40

#d840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d840eb Color CSS Codes

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

#d840eb Text Font Color

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

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


#d840eb Background Color

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

This div background color is #d840eb


#d840eb Border Color

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

This div border color is #d840eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d840eb


Comments

No comments written yet.

Please login to write comment.