Color Hex Logo

#895ded Color Hex

#895DED
(137,93,237)
0 Favorites   0 Comments

Color spaces of #895ded

RGB 13793237
HSL0.720.800.65
HSV258°61°93°
CMYK 0.420.610.00   0.07
XYZ29.516919.261582.2829
Yxy19.26150.22520.1470
Hunter Lab43.887943.2466-80.4378
CIE-Lab50.991849.8376-66.6682

#895ded color RGB value is (137,93,237).

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

The process color (four color CMYK) of #895ded color hex is 0.42, 0.61, 0.00, 0.07. Web safe color of #895ded is #9966ff. Color #895ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 11101101
Octal 211 135 355
Decimal 137 93 237
Hex 89 5D ED

RGB Percentages of Color #895ded

%29.34
%19.91
%50.75

CMYK Percentages of Color #895ded

%42
%61
%0
%7

Triadic Colors of #895ded

#895ded #ed895d #5ded89

Analogous Colors of #895ded

#895ded #d15ded #5d79ed

Monochromatic Colors of #895ded

#895ded

Complementary Color

#895ded #c1ed5d

#895ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ded Color CSS Codes

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

#895ded Text Font Color

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

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


#895ded Background Color

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

This div background color is #895ded


#895ded Border Color

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

This div border color is #895ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ded


Comments

No comments written yet.

Please login to write comment.