Color Hex Logo

#8983fe Color Hex

#8983FE
(137,131,254)
0 Favorites   0 Comments

Color spaces of #8983fe

RGB 137131254
HSL0.670.980.75
HSV243°48°100°
CMYK 0.460.480.00   0.00
XYZ36.322228.706797.3925
Yxy28.70670.22360.1767
Hunter Lab53.578627.2467-70.2693
CIE-Lab60.521933.0037-60.7672

#8983fe color RGB value is (137,131,254).

#8983fe hex color red value is 137, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8983fe hue: 0.67 , saturation: 0.98 and the lightness value of 8983fe is 0.75.

The process color (four color CMYK) of #8983fe color hex is 0.46, 0.48, 0.00, 0.00. Web safe color of #8983fe is #9999ff. Color #8983fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 11111110
Octal 211 203 376
Decimal 137 131 254
Hex 89 83 FE

RGB Percentages of Color #8983fe

%26.25
%25.10
%48.66

CMYK Percentages of Color #8983fe

%46
%48
%0
%0

Triadic Colors of #8983fe

#8983fe #fe8983 #83fe89

Analogous Colors of #8983fe

#8983fe #c783fe #83bbfe

Monochromatic Colors of #8983fe

#8983fe

Complementary Color

#8983fe #f8fe83

#8983fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8983fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8983fe Color CSS Codes

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

#8983fe Text Font Color

<p style="color:#8983fe">Text here</p>

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


#8983fe Background Color

<div style="background-color:#8983fe">
Div content here</div>

This div background color is #8983fe


#8983fe Border Color

<div style="border:3px solid #8983fe">
Div here</div>

This div border color is #8983fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,131,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8983fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8983fe;
  -webkit-box-shadow: 1px 1px 3px 2px #8983fe;
  box-shadow:         1px 1px 3px 2px #8983fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8983fe

Related Colors


Comments

No comments written yet.

Please login to write comment.