Color Hex Logo

#d84eec Color Hex

#D84EEC
(216,78,236)
0 Favorites   0 Comments

Color spaces of #d84eec

RGB 21678236
HSL0.810.810.62
HSV292°67°93°
CMYK 0.080.670.00   0.07
XYZ46.183626.103881.9613
Yxy26.10380.29940.1692
Hunter Lab51.091971.9411-59.3484
CIE-Lab58.135473.5357-54.1139

#d84eec color RGB value is (216,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001110 11101100
Octal 330 116 354
Decimal 216 78 236
Hex D8 4E EC

RGB Percentages of Color #d84eec

%40.75
%14.72
%44.53

CMYK Percentages of Color #d84eec

%8
%67
%0
%7

Triadic Colors of #d84eec

#d84eec #ecd84e #4eecd8

Analogous Colors of #d84eec

#d84eec #ec4eb1 #894eec

Monochromatic Colors of #d84eec

#d84eec

Complementary Color

#d84eec #62ec4e

#d84eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84eec Color CSS Codes

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

#d84eec Text Font Color

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

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


#d84eec Background Color

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

This div background color is #d84eec


#d84eec Border Color

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

This div border color is #d84eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84eec


Comments

No comments written yet.

Please login to write comment.