Color Hex Logo

#890bfc Color Hex

#890BFC
(137,11,252)
0 Favorites   0 Comments

Color spaces of #890bfc

RGB 13711252
HSL0.750.980.52
HSV271°96°99°
CMYK 0.460.960.00   0.01
XYZ28.006912.586093.0487
Yxy12.58600.20960.0942
Hunter Lab35.476878.8314-130.6725
CIE-Lab42.132782.1480-89.5641

#890bfc color RGB value is (137,11,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001011 11111100
Octal 211 13 374
Decimal 137 11 252
Hex 89 B FC

RGB Percentages of Color #890bfc

%34.25
%2.75
%63.00

CMYK Percentages of Color #890bfc

%46
%96
%0
%1

Triadic Colors of #890bfc

#890bfc #fc890b #0bfc89

Analogous Colors of #890bfc

#890bfc #fc0bf7 #110bfc

Monochromatic Colors of #890bfc

#890bfc

Complementary Color

#890bfc #7efc0b

#890bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#890bfc Color CSS Codes

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

#890bfc Text Font Color

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

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


#890bfc Background Color

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

This div background color is #890bfc


#890bfc Border Color

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

This div border color is #890bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890bfc


Comments

No comments written yet.

Please login to write comment.