Color Hex Logo

#895cde Color Hex

#895CDE
(137,92,222)
0 Favorites   0 Comments

Color spaces of #895cde

RGB 13792222
HSL0.720.660.62
HSV261°59°87°
CMYK 0.380.590.00   0.13
XYZ27.328518.246671.1888
Yxy18.24660.23400.1563
Hunter Lab42.716039.4461-68.9091
CIE-Lab49.793946.4174-60.1480

#895cde color RGB value is (137,92,222).

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

The process color (four color CMYK) of #895cde color hex is 0.38, 0.59, 0.00, 0.13. Web safe color of #895cde is #9966cc. Color #895cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011100 11011110
Octal 211 134 336
Decimal 137 92 222
Hex 89 5C DE

RGB Percentages of Color #895cde

%30.38
%20.40
%49.22

CMYK Percentages of Color #895cde

%38
%59
%0
%13

Triadic Colors of #895cde

#895cde #de895c #5cde89

Analogous Colors of #895cde

#895cde #ca5cde #5c70de

Monochromatic Colors of #895cde

#895cde

Complementary Color

#895cde #b1de5c

#895cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#895cde Color CSS Codes

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

#895cde Text Font Color

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

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


#895cde Background Color

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

This div background color is #895cde


#895cde Border Color

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

This div border color is #895cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895cde


Comments

No comments written yet.

Please login to write comment.