Color Hex Logo

#8256ce Color Hex

#8256CE
(130,86,206)
0 Favorites   0 Comments

Color spaces of #8256ce

RGB 13086206
HSL0.730.550.57
HSV262°58°81°
CMYK 0.370.580.00   0.19
XYZ23.674315.857660.2056
Yxy15.85760.23740.1590
Hunter Lab39.821636.4320-61.7644
CIE-Lab46.787143.9593-55.9019

#8256ce color RGB value is (130,86,206).

#8256ce hex color red value is 130, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8256ce hue: 0.73 , saturation: 0.55 and the lightness value of 8256ce is 0.57.

The process color (four color CMYK) of #8256ce color hex is 0.37, 0.58, 0.00, 0.19. Web safe color of #8256ce is #9966cc. Color #8256ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 11001110
Octal 202 126 316
Decimal 130 86 206
Hex 82 56 CE

RGB Percentages of Color #8256ce

%30.81
%20.38
%48.82

CMYK Percentages of Color #8256ce

%37
%58
%0
%19

Triadic Colors of #8256ce

#8256ce #ce8256 #56ce82

Analogous Colors of #8256ce

#8256ce #be56ce #5666ce

Monochromatic Colors of #8256ce

#8256ce

Complementary Color

#8256ce #a2ce56

#8256ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8256ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8256ce Color CSS Codes

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

#8256ce Text Font Color

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

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


#8256ce Background Color

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

This div background color is #8256ce


#8256ce Border Color

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

This div border color is #8256ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8256ce


Comments

No comments written yet.

Please login to write comment.