color codes Logo

#890afc color codes

#890AFC
(137,10,252)
0 Favorites   0 Comments

Color spaces of #890afc

RGB 13710252
HSL0.750.980.51
HSV271°96°99°
CMYK 0.460.960.00   0.01
XYZ27.995812.563793.0450
Yxy12.56370.20950.0940
Hunter Lab35.445378.9555-130.8263
CIE-Lab42.098482.2521-89.6209

#890afc color RGB value is (137,10,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001010 11111100
Octal 211 12 374
Decimal 137 10 252
Hex 89 A FC

RGB Percentages of Color #890afc

%34.34
%2.51
%63.16

CMYK Percentages of Color #890afc

%46
%96
%0
%1

Triadic Colors of #890afc

#890afc #fc890a #0afc89

Analogous Colors of #890afc

#890afc #fc0af6 #100afc

Monochromatic Colors of #890afc

#890afc

Complementary Color

#890afc #7dfc0a

#890afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#890afc Color CSS Codes

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

#890afc Text Font Color

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

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


#890afc Background Color

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

This div background color is #890afc


#890afc Border Color

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

This div border color is #890afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890afc

Related Colors


Comments

No comments written yet.

Please login to write comment.