Color Hex Logo

#d860eb Color Hex

#D860EB
(216,96,235)
0 Favorites   0 Comments

Color spaces of #d860eb

RGB 21696235
HSL0.810.780.65
HSV292°59°92°
CMYK 0.080.590.00   0.08
XYZ47.497228.962881.6843
Yxy28.96280.30030.1831
Hunter Lab53.817163.3583-52.3192
CIE-Lab60.748865.9633-49.4029

#d860eb color RGB value is (216,96,235).

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

The process color (four color CMYK) of #d860eb color hex is 0.08, 0.59, 0.00, 0.08. Web safe color of #d860eb is #cc66ff. Color #d860eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100000 11101011
Octal 330 140 353
Decimal 216 96 235
Hex D8 60 EB

RGB Percentages of Color #d860eb

%39.49
%17.55
%42.96

CMYK Percentages of Color #d860eb

%8
%59
%0
%8

Triadic Colors of #d860eb

#d860eb #ebd860 #60ebd8

Analogous Colors of #d860eb

#d860eb #eb60b9 #9360eb

Monochromatic Colors of #d860eb

#d860eb

Complementary Color

#d860eb #73eb60

#d860eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d860eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d860eb Color CSS Codes

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

#d860eb Text Font Color

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

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


#d860eb Background Color

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

This div background color is #d860eb


#d860eb Border Color

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

This div border color is #d860eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d860eb


Comments

No comments written yet.

Please login to write comment.