Color Hex Logo

#893bfa Color Hex

#893BFA
(137,59,250)
0 Favorites   0 Comments

Color spaces of #893bfa

RGB 13759250
HSL0.730.950.61
HSV265°76°98°
CMYK 0.450.760.00   0.02
XYZ29.135815.348491.8694
Yxy15.34840.21370.1126
Hunter Lab39.177064.1899-111.6100
CIE-Lab46.107769.4259-81.9054

#893bfa color RGB value is (137,59,250).

#893bfa hex color red value is 137, green value is 59 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #893bfa hue: 0.73 , saturation: 0.95 and the lightness value of 893bfa is 0.61.

The process color (four color CMYK) of #893bfa color hex is 0.45, 0.76, 0.00, 0.02. Web safe color of #893bfa is #9933ff. Color #893bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111011 11111010
Octal 211 73 372
Decimal 137 59 250
Hex 89 3B FA

RGB Percentages of Color #893bfa

%30.72
%13.23
%56.05

CMYK Percentages of Color #893bfa

%45
%76
%0
%2

Triadic Colors of #893bfa

#893bfa #fa893b #3bfa89

Analogous Colors of #893bfa

#893bfa #e93bfa #3b4dfa

Monochromatic Colors of #893bfa

#893bfa

Complementary Color

#893bfa #acfa3b

#893bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#893bfa Color CSS Codes

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

#893bfa Text Font Color

<p style="color:#893bfa">Text here</p>

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


#893bfa Background Color

<div style="background-color:#893bfa">
Div content here</div>

This div background color is #893bfa


#893bfa Border Color

<div style="border:3px solid #893bfa">
Div here</div>

This div border color is #893bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.