Color Hex Logo

#890bff Color Hex

#890BFF
(137,11,255)
0 Favorites   0 Comments

Color spaces of #890bff

RGB 13711255
HSL0.751.000.52
HSV271°96°100°
CMYK 0.460.960.00   0.00
XYZ28.486212.777795.5727
Yxy12.77770.20820.0934
Hunter Lab35.745979.6927-133.4997
CIE-Lab42.426482.7695-90.7586

#890bff color RGB value is (137,11,255).

#890bff hex color red value is 137, green value is 11 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #890bff hue: 0.75 , saturation: 1.00 and the lightness value of 890bff is 0.52.

The process color (four color CMYK) of #890bff color hex is 0.46, 0.96, 0.00, 0.00. Web safe color of #890bff is #9900ff. Color #890bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001011 11111111
Octal 211 13 377
Decimal 137 11 255
Hex 89 B FF

RGB Percentages of Color #890bff

%34.00
%2.73
%63.28

CMYK Percentages of Color #890bff

%46
%96
%0
%0

Triadic Colors of #890bff

#890bff #ff890b #0bff89

Analogous Colors of #890bff

#890bff #ff0bfb #0f0bff

Monochromatic Colors of #890bff

#890bff

Complementary Color

#890bff #81ff0b

#890bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#890bff Color CSS Codes

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

#890bff Text Font Color

<p style="color:#890bff">Text here</p>

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


#890bff Background Color

<div style="background-color:#890bff">
Div content here</div>

This div background color is #890bff


#890bff Border Color

<div style="border:3px solid #890bff">
Div here</div>

This div border color is #890bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,11,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #890bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #890bff;
  -webkit-box-shadow: 1px 1px 3px 2px #890bff;
  box-shadow:         1px 1px 3px 2px #890bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890bff


Comments

No comments written yet.

Please login to write comment.