Color Hex Logo

#8975fe Color Hex

#8975FE
(137,117,254)
0 Favorites   0 Comments

Color spaces of #8975fe

RGB 137117254
HSL0.690.990.73
HSV249°54°100°
CMYK 0.460.540.00   0.00
XYZ34.567225.196796.8075
Yxy25.19670.22080.1609
Hunter Lab50.196335.0787-79.2080
CIE-Lab57.266641.0948-65.9932

#8975fe color RGB value is (137,117,254).

#8975fe hex color red value is 137, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8975fe hue: 0.69 , saturation: 0.99 and the lightness value of 8975fe is 0.73.

The process color (four color CMYK) of #8975fe color hex is 0.46, 0.54, 0.00, 0.00. Web safe color of #8975fe is #9966ff. Color #8975fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 11111110
Octal 211 165 376
Decimal 137 117 254
Hex 89 75 FE

RGB Percentages of Color #8975fe

%26.97
%23.03
%50.00

CMYK Percentages of Color #8975fe

%46
%54
%0
%0

Triadic Colors of #8975fe

#8975fe #fe8975 #75fe89

Analogous Colors of #8975fe

#8975fe #ce75fe #75a6fe

Monochromatic Colors of #8975fe

#8975fe

Complementary Color

#8975fe #eafe75

#8975fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8975fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8975fe Color CSS Codes

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

#8975fe Text Font Color

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

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


#8975fe Background Color

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

This div background color is #8975fe


#8975fe Border Color

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

This div border color is #8975fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8975fe


Comments

No comments written yet.

Please login to write comment.