Color Hex Logo

#8220ec Color Hex

#8220EC
(130,32,236)
0 Favorites   0 Comments

Color spaces of #8220ec

RGB 13032236
HSL0.750.840.53
HSV269°86°93°
CMYK 0.450.860.00   0.07
XYZ24.862811.835080.3308
Yxy11.83500.21250.1011
Hunter Lab34.402068.8007-114.3643
CIE-Lab40.952774.2864-82.5248

#8220ec color RGB value is (130,32,236).

#8220ec hex color red value is 130, green value is 32 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8220ec hue: 0.75 , saturation: 0.84 and the lightness value of 8220ec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100000 11101100
Octal 202 40 354
Decimal 130 32 236
Hex 82 20 EC

RGB Percentages of Color #8220ec

%32.66
%8.04
%59.30

CMYK Percentages of Color #8220ec

%45
%86
%0
%7

Triadic Colors of #8220ec

#8220ec #ec8220 #20ec82

Analogous Colors of #8220ec

#8220ec #e820ec #2024ec

Monochromatic Colors of #8220ec

#8220ec

Complementary Color

#8220ec #8aec20

#8220ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8220ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8220ec Color CSS Codes

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

#8220ec Text Font Color

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

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


#8220ec Background Color

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

This div background color is #8220ec


#8220ec Border Color

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

This div border color is #8220ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8220ec


Comments

No comments written yet.

Please login to write comment.