Color Hex Logo

#d864ea Color Hex

#D864EA
(216,100,234)
0 Favorites   0 Comments

Color spaces of #d864ea

RGB 216100234
HSL0.810.760.65
HSV292°57°92°
CMYK 0.080.570.00   0.08
XYZ47.727429.653881.0501
Yxy29.65380.30120.1872
Hunter Lab54.455361.1497-50.1272
CIE-Lab61.354463.9931-47.8873

#d864ea color RGB value is (216,100,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 11101010
Octal 330 144 352
Decimal 216 100 234
Hex D8 64 EA

RGB Percentages of Color #d864ea

%39.27
%18.18
%42.55

CMYK Percentages of Color #d864ea

%8
%57
%0
%8

Triadic Colors of #d864ea

#d864ea #ead864 #64ead8

Analogous Colors of #d864ea

#d864ea #ea64b9 #9564ea

Monochromatic Colors of #d864ea

#d864ea

Complementary Color

#d864ea #76ea64

#d864ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d864ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d864ea Color CSS Codes

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

#d864ea Text Font Color

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

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


#d864ea Background Color

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

This div background color is #d864ea


#d864ea Border Color

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

This div border color is #d864ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d864ea


Comments

No comments written yet.

Please login to write comment.