Color Hex Logo

#8462ba Color Hex

#8462BA
(132,98,186)
0 Favorites   0 Comments

Color spaces of #8462ba

RGB 13298186
HSL0.730.390.56
HSV263°47°73°
CMYK 0.290.470.00   0.27
XYZ22.746317.186148.5728
Yxy17.18610.25700.1942
Hunter Lab41.456125.3918-40.4489
CIE-Lab48.493732.4380-41.6220

#8462ba color RGB value is (132,98,186).

#8462ba hex color red value is 132, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8462ba hue: 0.73 , saturation: 0.39 and the lightness value of 8462ba is 0.56.

The process color (four color CMYK) of #8462ba color hex is 0.29, 0.47, 0.00, 0.27. Web safe color of #8462ba is #9966cc. Color #8462ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100010 10111010
Octal 204 142 272
Decimal 132 98 186
Hex 84 62 BA

RGB Percentages of Color #8462ba

%31.73
%23.56
%44.71

CMYK Percentages of Color #8462ba

%29
%47
%0
%27

Triadic Colors of #8462ba

#8462ba #ba8462 #62ba84

Analogous Colors of #8462ba

#8462ba #b062ba #626cba

Monochromatic Colors of #8462ba

#8462ba

Complementary Color

#8462ba #98ba62

#8462ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8462ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8462ba Color CSS Codes

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

#8462ba Text Font Color

<p style="color:#8462ba">Text here</p>

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


#8462ba Background Color

<div style="background-color:#8462ba">
Div content here</div>

This div background color is #8462ba


#8462ba Border Color

<div style="border:3px solid #8462ba">
Div here</div>

This div border color is #8462ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,98,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8462ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8462ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8462ba;
  box-shadow:         1px 1px 3px 2px #8462ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,98,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8462ba


Comments

No comments written yet.

Please login to write comment.