Color Hex Logo

#896cea Color Hex

#896CEA
(137,108,234)
0 Favorites   0 Comments

Color spaces of #896cea

RGB 137108234
HSL0.710.750.67
HSV254°54°92°
CMYK 0.410.540.00   0.08
XYZ30.530421.984080.4761
Yxy21.98400.22960.1653
Hunter Lab46.887134.1773-68.9432
CIE-Lab54.010040.6597-60.1210

#896cea color RGB value is (137,108,234).

#896cea hex color red value is 137, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #896cea hue: 0.71 , saturation: 0.75 and the lightness value of 896cea is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101100 11101010
Octal 211 154 352
Decimal 137 108 234
Hex 89 6C EA

RGB Percentages of Color #896cea

%28.60
%22.55
%48.85

CMYK Percentages of Color #896cea

%41
%54
%0
%8

Triadic Colors of #896cea

#896cea #ea896c #6cea89

Analogous Colors of #896cea

#896cea #c86cea #6c8eea

Monochromatic Colors of #896cea

#896cea

Complementary Color

#896cea #cdea6c

#896cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#896cea Color CSS Codes

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

#896cea Text Font Color

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

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


#896cea Background Color

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

This div background color is #896cea


#896cea Border Color

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

This div border color is #896cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896cea


Comments

No comments written yet.

Please login to write comment.