Color Hex Logo

#8528fc Color Hex

#8528FC
(133,40,252)
0 Favorites   0 Comments

Color spaces of #8528fc

RGB 13340252
HSL0.740.970.57
HSV266°84°99°
CMYK 0.470.840.00   0.01
XYZ28.002313.532493.2316
Yxy13.53240.20780.1004
Hunter Lab36.786471.5003-124.5143
CIE-Lab43.554776.0003-87.2367

#8528fc color RGB value is (133,40,252).

#8528fc hex color red value is 133, green value is 40 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8528fc hue: 0.74 , saturation: 0.97 and the lightness value of 8528fc is 0.57.

The process color (four color CMYK) of #8528fc color hex is 0.47, 0.84, 0.00, 0.01. Web safe color of #8528fc is #9933ff. Color #8528fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 11111100
Octal 205 50 374
Decimal 133 40 252
Hex 85 28 FC

RGB Percentages of Color #8528fc

%31.29
%9.41
%59.29

CMYK Percentages of Color #8528fc

%47
%84
%0
%1

Triadic Colors of #8528fc

#8528fc #fc8528 #28fc85

Analogous Colors of #8528fc

#8528fc #ef28fc #2835fc

Monochromatic Colors of #8528fc

#8528fc

Complementary Color

#8528fc #9ffc28

#8528fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8528fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8528fc Color CSS Codes

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

#8528fc Text Font Color

<p style="color:#8528fc">Text here</p>

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


#8528fc Background Color

<div style="background-color:#8528fc">
Div content here</div>

This div background color is #8528fc


#8528fc Border Color

<div style="border:3px solid #8528fc">
Div here</div>

This div border color is #8528fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,40,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8528fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8528fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8528fc;
  box-shadow:         1px 1px 3px 2px #8528fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8528fc

Related Colors


Comments

No comments written yet.

Please login to write comment.