Color Hex Logo

#896edc Color Hex

#896EDC
(137,110,220)
0 Favorites   0 Comments

Color spaces of #896edc

RGB 137110220
HSL0.710.610.65
HSV255°50°86°
CMYK 0.380.500.00   0.14
XYZ28.810721.637570.3681
Yxy21.63750.23850.1791
Hunter Lab46.516129.1544-57.1307
CIE-Lab53.640335.6995-52.8466

#896edc color RGB value is (137,110,220).

#896edc hex color red value is 137, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #896edc hue: 0.71 , saturation: 0.61 and the lightness value of 896edc is 0.65.

The process color (four color CMYK) of #896edc color hex is 0.38, 0.50, 0.00, 0.14. Web safe color of #896edc is #9966cc. Color #896edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 11011100
Octal 211 156 334
Decimal 137 110 220
Hex 89 6E DC

RGB Percentages of Color #896edc

%29.34
%23.55
%47.11

CMYK Percentages of Color #896edc

%38
%50
%0
%14

Triadic Colors of #896edc

#896edc #dc896e #6edc89

Analogous Colors of #896edc

#896edc #c06edc #6e8adc

Monochromatic Colors of #896edc

#896edc

Complementary Color

#896edc #c1dc6e

#896edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#896edc Color CSS Codes

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

#896edc Text Font Color

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

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


#896edc Background Color

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

This div background color is #896edc


#896edc Border Color

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

This div border color is #896edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896edc


Comments

No comments written yet.

Please login to write comment.