Color Hex Logo

#8218bc Color Hex

#8218BC
(130,24,188)
0 Favorites   0 Comments

Color spaces of #8218bc

RGB 13024188
HSL0.770.770.42
HSV279°87°74°
CMYK 0.310.870.00   0.26
XYZ18.60979.029948.3391
Yxy9.02990.24490.1188
Hunter Lab30.049857.9571-74.3410
CIE-Lab36.041866.0198-62.8452

#8218bc color RGB value is (130,24,188).

#8218bc hex color red value is 130, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8218bc hue: 0.77 , saturation: 0.77 and the lightness value of 8218bc is 0.42.

The process color (four color CMYK) of #8218bc color hex is 0.31, 0.87, 0.00, 0.26. Web safe color of #8218bc is #9900cc. Color #8218bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00011000 10111100
Octal 202 30 274
Decimal 130 24 188
Hex 82 18 BC

RGB Percentages of Color #8218bc

%38.01
%7.02
%54.97

CMYK Percentages of Color #8218bc

%31
%87
%0
%26

Triadic Colors of #8218bc

#8218bc #bc8218 #18bc82

Analogous Colors of #8218bc

#8218bc #bc18a4 #3018bc

Monochromatic Colors of #8218bc

#8218bc

Complementary Color

#8218bc #52bc18

#8218bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8218bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8218bc Color CSS Codes

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

#8218bc Text Font Color

<p style="color:#8218bc">Text here</p>

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


#8218bc Background Color

<div style="background-color:#8218bc">
Div content here</div>

This div background color is #8218bc


#8218bc Border Color

<div style="border:3px solid #8218bc">
Div here</div>

This div border color is #8218bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,24,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8218bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8218bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8218bc;
  box-shadow:         1px 1px 3px 2px #8218bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8218bc


Comments

No comments written yet.

Please login to write comment.