Color Hex Logo

#896afa Color Hex

#896AFA
(137,106,250)
0 Favorites   0 Comments

Color spaces of #896afa

RGB 137106250
HSL0.700.940.70
HSV253°58°98°
CMYK 0.450.580.00   0.02
XYZ32.725922.528693.0661
Yxy22.52860.22060.1519
Hunter Lab47.464340.0105-83.0284
CIE-Lab54.583446.2071-68.1092

#896afa color RGB value is (137,106,250).

#896afa hex color red value is 137, green value is 106 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #896afa hue: 0.70 , saturation: 0.94 and the lightness value of 896afa is 0.70.

The process color (four color CMYK) of #896afa color hex is 0.45, 0.58, 0.00, 0.02. Web safe color of #896afa is #9966ff. Color #896afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101010 11111010
Octal 211 152 372
Decimal 137 106 250
Hex 89 6A FA

RGB Percentages of Color #896afa

%27.79
%21.50
%50.71

CMYK Percentages of Color #896afa

%45
%58
%0
%2

Triadic Colors of #896afa

#896afa #fa896a #6afa89

Analogous Colors of #896afa

#896afa #d16afa #6a93fa

Monochromatic Colors of #896afa

#896afa

Complementary Color

#896afa #dbfa6a

#896afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#896afa Color CSS Codes

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

#896afa Text Font Color

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

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


#896afa Background Color

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

This div background color is #896afa


#896afa Border Color

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

This div border color is #896afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896afa

Related Colors


Comments

No comments written yet.

Please login to write comment.