Color Hex Logo

#8506fc Color Hex

#8506FC
(133,6,252)
0 Favorites   0 Comments

Color spaces of #8506fc

RGB 1336252
HSL0.750.980.51
HSV271°98°99°
CMYK 0.470.980.00   0.01
XYZ27.308712.145193.0004
Yxy12.14510.20620.0917
Hunter Lab34.849878.8874-133.8267
CIE-Lab41.445882.3206-90.7156

#8506fc color RGB value is (133,6,252).

#8506fc hex color red value is 133, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8506fc hue: 0.75 , saturation: 0.98 and the lightness value of 8506fc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000110 11111100
Octal 205 6 374
Decimal 133 6 252
Hex 85 6 FC

RGB Percentages of Color #8506fc

%34.02
%1.53
%64.45

CMYK Percentages of Color #8506fc

%47
%98
%0
%1

Triadic Colors of #8506fc

#8506fc #fc8506 #06fc85

Analogous Colors of #8506fc

#8506fc #fc06f8 #0a06fc

Monochromatic Colors of #8506fc

#8506fc

Complementary Color

#8506fc #7dfc06

#8506fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8506fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8506fc Color CSS Codes

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

#8506fc Text Font Color

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

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


#8506fc Background Color

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

This div background color is #8506fc


#8506fc Border Color

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

This div border color is #8506fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,6,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 #8506fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8506fc

Related Colors


Comments

No comments written yet.

Please login to write comment.