Color Hex Logo

#895dec Color Hex

#895DEC
(137,93,236)
0 Favorites   0 Comments

Color spaces of #895dec

RGB 13793236
HSL0.720.790.65
HSV258°61°93°
CMYK 0.420.610.00   0.07
XYZ29.371219.203281.5154
Yxy19.20320.22580.1476
Hunter Lab43.821542.9515-79.6145
CIE-Lab50.924149.5712-66.2167

#895dec color RGB value is (137,93,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011101 11101100
Octal 211 135 354
Decimal 137 93 236
Hex 89 5D EC

RGB Percentages of Color #895dec

%29.40
%19.96
%50.64

CMYK Percentages of Color #895dec

%42
%61
%0
%7

Triadic Colors of #895dec

#895dec #ec895d #5dec89

Analogous Colors of #895dec

#895dec #d15dec #5d79ec

Monochromatic Colors of #895dec

#895dec

Complementary Color

#895dec #c0ec5d

#895dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#895dec Color CSS Codes

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

#895dec Text Font Color

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

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


#895dec Background Color

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

This div background color is #895dec


#895dec Border Color

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

This div border color is #895dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895dec


Comments

No comments written yet.

Please login to write comment.