Color Hex Logo

#d856ec Color Hex

#D856EC
(216,86,236)
0 Favorites   0 Comments

Color spaces of #d856ec

RGB 21686236
HSL0.810.800.63
HSV292°64°93°
CMYK 0.080.640.00   0.07
XYZ46.787027.310682.1624
Yxy27.31060.29940.1748
Hunter Lab52.259568.3535-56.6340
CIE-Lab59.260770.3898-52.3224

#d856ec color RGB value is (216,86,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010110 11101100
Octal 330 126 354
Decimal 216 86 236
Hex D8 56 EC

RGB Percentages of Color #d856ec

%40.15
%15.99
%43.87

CMYK Percentages of Color #d856ec

%8
%64
%0
%7

Triadic Colors of #d856ec

#d856ec #ecd856 #56ecd8

Analogous Colors of #d856ec

#d856ec #ec56b5 #8d56ec

Monochromatic Colors of #d856ec

#d856ec

Complementary Color

#d856ec #6aec56

#d856ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d856ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d856ec Color CSS Codes

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

#d856ec Text Font Color

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

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


#d856ec Background Color

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

This div background color is #d856ec


#d856ec Border Color

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

This div border color is #d856ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d856ec


Comments

No comments written yet.

Please login to write comment.