Color Hex Logo

#d876eb Color Hex

#D876EB
(216,118,235)
0 Favorites   0 Comments

Color spaces of #d876eb

RGB 216118235
HSL0.810.750.69
HSV290°50°92°
CMYK 0.080.500.00   0.08
XYZ49.792733.554082.4495
Yxy33.55400.30030.2024
Hunter Lab57.925852.0674-43.8432
CIE-Lab64.607055.6248-43.3165

#d876eb color RGB value is (216,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110110 11101011
Octal 330 166 353
Decimal 216 118 235
Hex D8 76 EB

RGB Percentages of Color #d876eb

%37.96
%20.74
%41.30

CMYK Percentages of Color #d876eb

%8
%50
%0
%8

Triadic Colors of #d876eb

#d876eb #ebd876 #76ebd8

Analogous Colors of #d876eb

#d876eb #eb76c4 #9e76eb

Monochromatic Colors of #d876eb

#d876eb

Complementary Color

#d876eb #89eb76

#d876eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d876eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d876eb Color CSS Codes

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

#d876eb Text Font Color

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

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


#d876eb Background Color

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

This div background color is #d876eb


#d876eb Border Color

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

This div border color is #d876eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d876eb


Comments

No comments written yet.

Please login to write comment.