Color Hex Logo

#8952fe Color Hex

#8952FE
(137,82,254)
0 Favorites   0 Comments

Color spaces of #8952fe

RGB 13782254
HSL0.720.990.66
HSV259°68°100°
CMYK 0.460.680.00   0.00
XYZ31.223218.508795.6928
Yxy18.50870.21470.1273
Hunter Lab43.021754.2591-101.7629
CIE-Lab50.107460.0522-77.5957

#8952fe color RGB value is (137,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 11111110
Octal 211 122 376
Decimal 137 82 254
Hex 89 52 FE

RGB Percentages of Color #8952fe

%28.96
%17.34
%53.70

CMYK Percentages of Color #8952fe

%46
%68
%0
%0

Triadic Colors of #8952fe

#8952fe #fe8952 #52fe89

Analogous Colors of #8952fe

#8952fe #df52fe #5271fe

Monochromatic Colors of #8952fe

#8952fe

Complementary Color

#8952fe #c7fe52

#8952fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8952fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8952fe Color CSS Codes

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

#8952fe Text Font Color

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

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


#8952fe Background Color

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

This div background color is #8952fe


#8952fe Border Color

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

This div border color is #8952fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8952fe


Comments

No comments written yet.

Please login to write comment.