Color Hex Logo

#885fec Color Hex

#885FEC
(136,95,236)
0 Favorites   0 Comments

Color spaces of #885fec

RGB 13695236
HSL0.720.790.65
HSV257°60°93°
CMYK 0.420.600.00   0.07
XYZ29.385919.474881.5671
Yxy19.47480.22530.1493
Hunter Lab44.130341.6334-78.6961
CIE-Lab51.238148.2740-65.7136

#885fec color RGB value is (136,95,236).

#885fec hex color red value is 136, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #885fec hue: 0.72 , saturation: 0.79 and the lightness value of 885fec is 0.65.

The process color (four color CMYK) of #885fec color hex is 0.42, 0.60, 0.00, 0.07. Web safe color of #885fec is #9966ff. Color #885fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011111 11101100
Octal 210 137 354
Decimal 136 95 236
Hex 88 5F EC

RGB Percentages of Color #885fec

%29.12
%20.34
%50.54

CMYK Percentages of Color #885fec

%42
%60
%0
%7

Triadic Colors of #885fec

#885fec #ec885f #5fec88

Analogous Colors of #885fec

#885fec #cf5fec #5f7dec

Monochromatic Colors of #885fec

#885fec

Complementary Color

#885fec #c3ec5f

#885fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#885fec Color CSS Codes

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

#885fec Text Font Color

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

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


#885fec Background Color

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

This div background color is #885fec


#885fec Border Color

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

This div border color is #885fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,95,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885fec;
  -webkit-box-shadow: 1px 1px 3px 2px #885fec;
  box-shadow:         1px 1px 3px 2px #885fec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,95,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 #885fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885fec


Comments

No comments written yet.

Please login to write comment.