Color Hex Logo

#8532fb Color Hex

#8532FB
(133,50,251)
0 Favorites   0 Comments

Color spaces of #8532fb

RGB 13350251
HSL0.740.960.59
HSV265°80°98°
CMYK 0.470.800.00   0.02
XYZ28.226114.232892.5263
Yxy14.23280.20910.1054
Hunter Lab37.726467.5288-119.0039
CIE-Lab44.565072.5299-85.0148

#8532fb color RGB value is (133,50,251).

#8532fb hex color red value is 133, green value is 50 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8532fb hue: 0.74 , saturation: 0.96 and the lightness value of 8532fb is 0.59.

The process color (four color CMYK) of #8532fb color hex is 0.47, 0.80, 0.00, 0.02. Web safe color of #8532fb is #9933ff. Color #8532fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 11111011
Octal 205 62 373
Decimal 133 50 251
Hex 85 32 FB

RGB Percentages of Color #8532fb

%30.65
%11.52
%57.83

CMYK Percentages of Color #8532fb

%47
%80
%0
%2

Triadic Colors of #8532fb

#8532fb #fb8532 #32fb85

Analogous Colors of #8532fb

#8532fb #ea32fb #3243fb

Monochromatic Colors of #8532fb

#8532fb

Complementary Color

#8532fb #a8fb32

#8532fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8532fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8532fb Color CSS Codes

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

#8532fb Text Font Color

<p style="color:#8532fb">Text here</p>

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


#8532fb Background Color

<div style="background-color:#8532fb">
Div content here</div>

This div background color is #8532fb


#8532fb Border Color

<div style="border:3px solid #8532fb">
Div here</div>

This div border color is #8532fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,50,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8532fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8532fb;
  -webkit-box-shadow: 1px 1px 3px 2px #8532fb;
  box-shadow:         1px 1px 3px 2px #8532fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,50,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8532fb


Comments

No comments written yet.

Please login to write comment.