Color Hex Logo

#895cc8 Color Hex

#895CC8
(137,92,200)
0 Favorites   0 Comments

Color spaces of #895cc8

RGB 13792200
HSL0.740.500.57
HSV265°54°78°
CMYK 0.320.540.00   0.22
XYZ24.569017.142856.6575
Yxy17.14280.24980.1743
Hunter Lab41.403933.4649-52.1504
CIE-Lab48.439540.7512-49.7628

#895cc8 color RGB value is (137,92,200).

#895cc8 hex color red value is 137, green value is 92 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #895cc8 hue: 0.74 , saturation: 0.50 and the lightness value of 895cc8 is 0.57.

The process color (four color CMYK) of #895cc8 color hex is 0.32, 0.54, 0.00, 0.22. Web safe color of #895cc8 is #9966cc. Color #895cc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011100 11001000
Octal 211 134 310
Decimal 137 92 200
Hex 89 5C C8

RGB Percentages of Color #895cc8

%31.93
%21.45
%46.62

CMYK Percentages of Color #895cc8

%32
%54
%0
%22

Triadic Colors of #895cc8

#895cc8 #c8895c #5cc889

Analogous Colors of #895cc8

#895cc8 #bf5cc8 #5c65c8

Monochromatic Colors of #895cc8

#895cc8

Complementary Color

#895cc8 #9bc85c

#895cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895cc8 Color CSS Codes

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

#895cc8 Text Font Color

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

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


#895cc8 Background Color

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

This div background color is #895cc8


#895cc8 Border Color

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

This div border color is #895cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895cc8


Comments

No comments written yet.

Please login to write comment.