Color Hex Logo

#d854eb Color Hex

#D854EB
(216,84,235)
0 Favorites   0 Comments

Color spaces of #d854eb

RGB 21684235
HSL0.810.790.63
HSV292°64°92°
CMYK 0.080.640.00   0.08
XYZ46.484626.937781.3468
Yxy26.93770.30030.1741
Hunter Lab51.901569.0423-56.5959
CIE-Lab58.916671.0207-52.3112

#d854eb color RGB value is (216,84,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 11101011
Octal 330 124 353
Decimal 216 84 235
Hex D8 54 EB

RGB Percentages of Color #d854eb

%40.37
%15.70
%43.93

CMYK Percentages of Color #d854eb

%8
%64
%0
%8

Triadic Colors of #d854eb

#d854eb #ebd854 #54ebd8

Analogous Colors of #d854eb

#d854eb #eb54b3 #8d54eb

Monochromatic Colors of #d854eb

#d854eb

Complementary Color

#d854eb #67eb54

#d854eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854eb Color CSS Codes

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

#d854eb Text Font Color

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

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


#d854eb Background Color

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

This div background color is #d854eb


#d854eb Border Color

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

This div border color is #d854eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854eb


Comments

No comments written yet.

Please login to write comment.