Color Hex Logo

#8865dc Color Hex

#8865DC
(136,101,220)
0 Favorites   0 Comments

Color spaces of #8865dc

RGB 136101220
HSL0.720.630.63
HSV258°54°86°
CMYK 0.380.540.00   0.14
XYZ27.725319.708970.0531
Yxy19.70890.23600.1678
Hunter Lab44.394733.7858-62.4810
CIE-Lab51.506540.6249-56.2671

#8865dc color RGB value is (136,101,220).

#8865dc hex color red value is 136, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8865dc hue: 0.72 , saturation: 0.63 and the lightness value of 8865dc is 0.63.

The process color (four color CMYK) of #8865dc color hex is 0.38, 0.54, 0.00, 0.14. Web safe color of #8865dc is #9966cc. Color #8865dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 11011100
Octal 210 145 334
Decimal 136 101 220
Hex 88 65 DC

RGB Percentages of Color #8865dc

%29.76
%22.10
%48.14

CMYK Percentages of Color #8865dc

%38
%54
%0
%14

Triadic Colors of #8865dc

#8865dc #dc8865 #65dc88

Analogous Colors of #8865dc

#8865dc #c465dc #657edc

Monochromatic Colors of #8865dc

#8865dc

Complementary Color

#8865dc #b9dc65

#8865dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8865dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8865dc Color CSS Codes

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

#8865dc Text Font Color

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

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


#8865dc Background Color

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

This div background color is #8865dc


#8865dc Border Color

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

This div border color is #8865dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,101,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8865dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8865dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8865dc;
  box-shadow:         1px 1px 3px 2px #8865dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,101,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8865dc


Comments

No comments written yet.

Please login to write comment.