Color Hex Logo

#8256bf Color Hex

#8256BF
(130,86,191)
0 Favorites   0 Comments

Color spaces of #8256bf

RGB 13086191
HSL0.740.450.54
HSV265°55°75°
CMYK 0.320.550.00   0.25
XYZ21.937715.163051.0607
Yxy15.16300.24880.1720
Hunter Lab38.939732.4182-50.4878
CIE-Lab45.856640.0816-48.7343

#8256bf color RGB value is (130,86,191).

#8256bf hex color red value is 130, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8256bf hue: 0.74 , saturation: 0.45 and the lightness value of 8256bf is 0.54.

The process color (four color CMYK) of #8256bf color hex is 0.32, 0.55, 0.00, 0.25. Web safe color of #8256bf is #9966cc. Color #8256bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 10111111
Octal 202 126 277
Decimal 130 86 191
Hex 82 56 BF

RGB Percentages of Color #8256bf

%31.94
%21.13
%46.93

CMYK Percentages of Color #8256bf

%32
%55
%0
%25

Triadic Colors of #8256bf

#8256bf #bf8256 #56bf82

Analogous Colors of #8256bf

#8256bf #b756bf #565fbf

Monochromatic Colors of #8256bf

#8256bf

Complementary Color

#8256bf #93bf56

#8256bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8256bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8256bf Color CSS Codes

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

#8256bf Text Font Color

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

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


#8256bf Background Color

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

This div background color is #8256bf


#8256bf Border Color

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

This div border color is #8256bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,86,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8256bf


Comments

No comments written yet.

Please login to write comment.