Color Hex Logo

#895dcc Color Hex

#895DCC
(137,93,204)
0 Favorites   0 Comments

Color spaces of #895dcc

RGB 13793204
HSL0.730.520.58
HSV264°54°80°
CMYK 0.330.540.00   0.20
XYZ25.130017.506759.1814
Yxy17.50670.24680.1719
Hunter Lab41.841033.9866-54.5732
CIE-Lab48.892241.2056-51.3362

#895dcc color RGB value is (137,93,204).

#895dcc hex color red value is 137, green value is 93 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #895dcc hue: 0.73 , saturation: 0.52 and the lightness value of 895dcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 11001100
Octal 211 135 314
Decimal 137 93 204
Hex 89 5D CC

RGB Percentages of Color #895dcc

%31.57
%21.43
%47.00

CMYK Percentages of Color #895dcc

%33
%54
%0
%20

Triadic Colors of #895dcc

#895dcc #cc895d #5dcc89

Analogous Colors of #895dcc

#895dcc #c15dcc #5d69cc

Monochromatic Colors of #895dcc

#895dcc

Complementary Color

#895dcc #a0cc5d

#895dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#895dcc Color CSS Codes

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

#895dcc Text Font Color

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

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


#895dcc Background Color

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

This div background color is #895dcc


#895dcc Border Color

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

This div border color is #895dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895dcc


Comments

No comments written yet.

Please login to write comment.