Color Hex Logo

#895cee Color Hex

#895CEE
(137,92,238)
0 Favorites   0 Comments

Color spaces of #895cee

RGB 13792238
HSL0.720.810.65
HSV258°61°93°
CMYK 0.420.610.00   0.07
XYZ29.576319.145783.0256
Yxy19.14570.22450.1453
Hunter Lab43.755844.0827-81.8723
CIE-Lab50.857250.6444-67.4466

#895cee color RGB value is (137,92,238).

#895cee hex color red value is 137, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #895cee hue: 0.72 , saturation: 0.81 and the lightness value of 895cee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011100 11101110
Octal 211 134 356
Decimal 137 92 238
Hex 89 5C EE

RGB Percentages of Color #895cee

%29.34
%19.70
%50.96

CMYK Percentages of Color #895cee

%42
%61
%0
%7

Triadic Colors of #895cee

#895cee #ee895c #5cee89

Analogous Colors of #895cee

#895cee #d25cee #5c78ee

Monochromatic Colors of #895cee

#895cee

Complementary Color

#895cee #c1ee5c

#895cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#895cee Color CSS Codes

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

#895cee Text Font Color

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

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


#895cee Background Color

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

This div background color is #895cee


#895cee Border Color

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

This div border color is #895cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,92,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895cee;
  -webkit-box-shadow: 1px 1px 3px 2px #895cee;
  box-shadow:         1px 1px 3px 2px #895cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,92,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895cee


Comments

No comments written yet.

Please login to write comment.