Color Hex Logo

#895ffa Color Hex

#895FFA
(137,95,250)
0 Favorites   0 Comments

Color spaces of #895ffa

RGB 13795250
HSL0.710.940.68
HSV256°62°98°
CMYK 0.450.620.00   0.02
XYZ31.664120.404992.7121
Yxy20.40490.21870.1409
Hunter Lab45.171846.0727-90.0686
CIE-Lab52.291952.2523-71.8191

#895ffa color RGB value is (137,95,250).

#895ffa hex color red value is 137, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #895ffa hue: 0.71 , saturation: 0.94 and the lightness value of 895ffa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011111 11111010
Octal 211 137 372
Decimal 137 95 250
Hex 89 5F FA

RGB Percentages of Color #895ffa

%28.42
%19.71
%51.87

CMYK Percentages of Color #895ffa

%45
%62
%0
%2

Triadic Colors of #895ffa

#895ffa #fa895f #5ffa89

Analogous Colors of #895ffa

#895ffa #d75ffa #5f83fa

Monochromatic Colors of #895ffa

#895ffa

Complementary Color

#895ffa #d0fa5f

#895ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#895ffa Color CSS Codes

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

#895ffa Text Font Color

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

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


#895ffa Background Color

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

This div background color is #895ffa


#895ffa Border Color

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

This div border color is #895ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,95,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 #895ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895ffa


Comments

No comments written yet.

Please login to write comment.