Color Hex Logo

#d876ec Color Hex

#D876EC
(216,118,236)
0 Favorites   0 Comments

Color spaces of #d876ec

RGB 216118236
HSL0.810.760.69
HSV290°50°93°
CMYK 0.080.500.00   0.07
XYZ49.937733.611983.2126
Yxy33.61190.29950.2016
Hunter Lab57.975852.2942-44.5159
CIE-Lab64.653355.8159-43.7973

#d876ec color RGB value is (216,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110110 11101100
Octal 330 166 354
Decimal 216 118 236
Hex D8 76 EC

RGB Percentages of Color #d876ec

%37.89
%20.70
%41.40

CMYK Percentages of Color #d876ec

%8
%50
%0
%7

Triadic Colors of #d876ec

#d876ec #ecd876 #76ecd8

Analogous Colors of #d876ec

#d876ec #ec76c5 #9d76ec

Monochromatic Colors of #d876ec

#d876ec

Complementary Color

#d876ec #8aec76

#d876ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d876ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d876ec Color CSS Codes

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

#d876ec Text Font Color

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

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


#d876ec Background Color

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

This div background color is #d876ec


#d876ec Border Color

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

This div border color is #d876ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,118,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d876ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d876ec


Comments

No comments written yet.

Please login to write comment.