Color Hex Logo

#8206ec Color Hex

#8206EC
(130,6,236)
0 Favorites   0 Comments

Color spaces of #8206ec

RGB 1306236
HSL0.760.950.47
HSV272°97°93°
CMYK 0.450.970.00   0.07
XYZ24.411410.932280.1804
Yxy10.93220.21130.0946
Hunter Lab33.063973.9266-120.6344
CIE-Lab39.466078.7473-84.9751

#8206ec color RGB value is (130,6,236).

#8206ec hex color red value is 130, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8206ec hue: 0.76 , saturation: 0.95 and the lightness value of 8206ec is 0.47.

The process color (four color CMYK) of #8206ec color hex is 0.45, 0.97, 0.00, 0.07. Web safe color of #8206ec is #9900ff. Color #8206ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000110 11101100
Octal 202 6 354
Decimal 130 6 236
Hex 82 6 EC

RGB Percentages of Color #8206ec

%34.95
%1.61
%63.44

CMYK Percentages of Color #8206ec

%45
%97
%0
%7

Triadic Colors of #8206ec

#8206ec #ec8206 #06ec82

Analogous Colors of #8206ec

#8206ec #ec06e3 #0f06ec

Monochromatic Colors of #8206ec

#8206ec

Complementary Color

#8206ec #70ec06

#8206ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8206ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8206ec Color CSS Codes

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

#8206ec Text Font Color

<p style="color:#8206ec">Text here</p>

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


#8206ec Background Color

<div style="background-color:#8206ec">
Div content here</div>

This div background color is #8206ec


#8206ec Border Color

<div style="border:3px solid #8206ec">
Div here</div>

This div border color is #8206ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,6,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8206ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8206ec;
  -webkit-box-shadow: 1px 1px 3px 2px #8206ec;
  box-shadow:         1px 1px 3px 2px #8206ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8206ec


Comments

No comments written yet.

Please login to write comment.