Color Hex Logo

#895dae Color Hex

#895DAE
(137,93,174)
0 Favorites   0 Comments

Color spaces of #895dae

RGB 13793174
HSL0.760.330.52
HSV273°47°68°
CMYK 0.210.470.00   0.32
XYZ21.870916.203142.0192
Yxy16.20310.27310.2023
Hunter Lab40.253126.5424-33.7142
CIE-Lab47.239833.8079-36.5763

#895dae color RGB value is (137,93,174).

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

The process color (four color CMYK) of #895dae color hex is 0.21, 0.47, 0.00, 0.32. Web safe color of #895dae is #996699. Color #895dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 10101110
Octal 211 135 256
Decimal 137 93 174
Hex 89 5D AE

RGB Percentages of Color #895dae

%33.91
%23.02
%43.07

CMYK Percentages of Color #895dae

%21
%47
%0
%32

Triadic Colors of #895dae

#895dae #ae895d #5dae89

Analogous Colors of #895dae

#895dae #ae5dab #615dae

Monochromatic Colors of #895dae

#895dae

Complementary Color

#895dae #82ae5d

#895dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#895dae Color CSS Codes

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

#895dae Text Font Color

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

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


#895dae Background Color

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

This div background color is #895dae


#895dae Border Color

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

This div border color is #895dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895dae


Comments

No comments written yet.

Please login to write comment.