Color Hex Logo

#896dee Color Hex

#896DEE
(137,109,238)
0 Favorites   0 Comments

Color spaces of #896dee

RGB 137109238
HSL0.700.790.68
HSV253°54°93°
CMYK 0.420.540.00   0.07
XYZ31.217822.428783.5727
Yxy22.42870.22750.1635
Hunter Lab47.358934.7844-71.4758
CIE-Lab54.478941.1894-61.6028

#896dee color RGB value is (137,109,238).

#896dee hex color red value is 137, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #896dee hue: 0.70 , saturation: 0.79 and the lightness value of 896dee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101101 11101110
Octal 211 155 356
Decimal 137 109 238
Hex 89 6D EE

RGB Percentages of Color #896dee

%28.31
%22.52
%49.17

CMYK Percentages of Color #896dee

%42
%54
%0
%7

Triadic Colors of #896dee

#896dee #ee896d #6dee89

Analogous Colors of #896dee

#896dee #ca6dee #6d92ee

Monochromatic Colors of #896dee

#896dee

Complementary Color

#896dee #d2ee6d

#896dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#896dee Color CSS Codes

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

#896dee Text Font Color

<p style="color:#896dee">Text here</p>

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


#896dee Background Color

<div style="background-color:#896dee">
Div content here</div>

This div background color is #896dee


#896dee Border Color

<div style="border:3px solid #896dee">
Div here</div>

This div border color is #896dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,109,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896dee;
  -webkit-box-shadow: 1px 1px 3px 2px #896dee;
  box-shadow:         1px 1px 3px 2px #896dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896dee


Comments

No comments written yet.

Please login to write comment.