Color Hex Logo

#895dda Color Hex

#895DDA
(137,93,218)
0 Favorites   0 Comments

Color spaces of #895dda

RGB 13793218
HSL0.730.630.61
HSV261°57°85°
CMYK 0.370.570.00   0.15
XYZ26.885818.209068.4273
Yxy18.20900.23680.1604
Hunter Lab42.672037.7892-65.2049
CIE-Lab49.748644.8206-57.9518

#895dda color RGB value is (137,93,218).

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

The process color (four color CMYK) of #895dda color hex is 0.37, 0.57, 0.00, 0.15. Web safe color of #895dda is #9966cc. Color #895dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 11011010
Octal 211 135 332
Decimal 137 93 218
Hex 89 5D DA

RGB Percentages of Color #895dda

%30.58
%20.76
%48.66

CMYK Percentages of Color #895dda

%37
%57
%0
%15

Triadic Colors of #895dda

#895dda #da895d #5dda89

Analogous Colors of #895dda

#895dda #c85dda #5d70da

Monochromatic Colors of #895dda

#895dda

Complementary Color

#895dda #aeda5d

#895dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#895dda Color CSS Codes

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

#895dda Text Font Color

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

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


#895dda Background Color

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

This div background color is #895dda


#895dda Border Color

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

This div border color is #895dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895dda


Comments

No comments written yet.

Please login to write comment.