Color Hex Logo

#895dde Color Hex

#895DDE
(137,93,222)
0 Favorites   0 Comments

Color spaces of #895dde

RGB 13793222
HSL0.720.660.62
HSV260°58°87°
CMYK 0.380.580.00   0.13
XYZ27.415718.421071.2179
Yxy18.42100.23420.1574
Hunter Lab42.919738.9105-68.3378
CIE-Lab50.002845.8673-59.8114

#895dde color RGB value is (137,93,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 11011110
Octal 211 135 336
Decimal 137 93 222
Hex 89 5D DE

RGB Percentages of Color #895dde

%30.31
%20.58
%49.12

CMYK Percentages of Color #895dde

%38
%58
%0
%13

Triadic Colors of #895dde

#895dde #de895d #5dde89

Analogous Colors of #895dde

#895dde #ca5dde #5d72de

Monochromatic Colors of #895dde

#895dde

Complementary Color

#895dde #b2de5d

#895dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#895dde Color CSS Codes

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

#895dde Text Font Color

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

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


#895dde Background Color

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

This div background color is #895dde


#895dde Border Color

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

This div border color is #895dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,93,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 #895dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895dde


Comments

No comments written yet.

Please login to write comment.