Color Hex Logo

#8552fa Color Hex

#8552FA
(133,82,250)
0 Favorites   0 Comments

Color spaces of #8552fa

RGB 13382250
HSL0.720.940.65
HSV258°67°98°
CMYK 0.470.670.00   0.02
XYZ29.945517.923392.3237
Yxy17.92330.21360.1278
Hunter Lab42.335952.1707-99.6610
CIE-Lab49.402958.3169-76.5350

#8552fa color RGB value is (133,82,250).

#8552fa hex color red value is 133, green value is 82 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8552fa hue: 0.72 , saturation: 0.94 and the lightness value of 8552fa is 0.65.

The process color (four color CMYK) of #8552fa color hex is 0.47, 0.67, 0.00, 0.02. Web safe color of #8552fa is #9966ff. Color #8552fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 11111010
Octal 205 122 372
Decimal 133 82 250
Hex 85 52 FA

RGB Percentages of Color #8552fa

%28.60
%17.63
%53.76

CMYK Percentages of Color #8552fa

%47
%67
%0
%2

Triadic Colors of #8552fa

#8552fa #fa8552 #52fa85

Analogous Colors of #8552fa

#8552fa #d952fa #5273fa

Monochromatic Colors of #8552fa

#8552fa

Complementary Color

#8552fa #c7fa52

#8552fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8552fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8552fa Color CSS Codes

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

#8552fa Text Font Color

<p style="color:#8552fa">Text here</p>

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


#8552fa Background Color

<div style="background-color:#8552fa">
Div content here</div>

This div background color is #8552fa


#8552fa Border Color

<div style="border:3px solid #8552fa">
Div here</div>

This div border color is #8552fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,82,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8552fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8552fa;
  -webkit-box-shadow: 1px 1px 3px 2px #8552fa;
  box-shadow:         1px 1px 3px 2px #8552fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8552fa


Comments

No comments written yet.

Please login to write comment.