Color Hex Logo

#8256fe Color Hex

#8256FE
(130,86,254)
0 Favorites   0 Comments

Color spaces of #8256fe

RGB 13086254
HSL0.710.990.67
HSV256°66°100°
CMYK 0.490.660.00   0.00
XYZ30.423118.557295.7443
Yxy18.55720.21020.1282
Hunter Lab43.078150.6757-101.6219
CIE-Lab50.165156.8311-77.5306

#8256fe color RGB value is (130,86,254).

#8256fe hex color red value is 130, green value is 86 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8256fe hue: 0.71 , saturation: 0.99 and the lightness value of 8256fe is 0.67.

The process color (four color CMYK) of #8256fe color hex is 0.49, 0.66, 0.00, 0.00. Web safe color of #8256fe is #9966ff. Color #8256fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 11111110
Octal 202 126 376
Decimal 130 86 254
Hex 82 56 FE

RGB Percentages of Color #8256fe

%27.66
%18.30
%54.04

CMYK Percentages of Color #8256fe

%49
%66
%0
%0

Triadic Colors of #8256fe

#8256fe #fe8256 #56fe82

Analogous Colors of #8256fe

#8256fe #d656fe #567efe

Monochromatic Colors of #8256fe

#8256fe

Complementary Color

#8256fe #d2fe56

#8256fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8256fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8256fe Color CSS Codes

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

#8256fe Text Font Color

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

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


#8256fe Background Color

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

This div background color is #8256fe


#8256fe Border Color

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

This div border color is #8256fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8256fe

Related Colors


Comments

No comments written yet.

Please login to write comment.