Color Hex Logo

#8470e1 Color Hex

#8470E1
(132,112,225)
0 Favorites   0 Comments

Color spaces of #8470e1

RGB 132112225
HSL0.700.650.66
HSV251°50°88°
CMYK 0.410.500.00   0.12
XYZ28.900521.930173.9439
Yxy21.93010.23160.1758
Hunter Lab46.829628.2081-60.8382
CIE-Lab53.952834.7011-55.1885

#8470e1 color RGB value is (132,112,225).

#8470e1 hex color red value is 132, green value is 112 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8470e1 hue: 0.70 , saturation: 0.65 and the lightness value of 8470e1 is 0.66.

The process color (four color CMYK) of #8470e1 color hex is 0.41, 0.50, 0.00, 0.12. Web safe color of #8470e1 is #9966cc. Color #8470e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110000 11100001
Octal 204 160 341
Decimal 132 112 225
Hex 84 70 E1

RGB Percentages of Color #8470e1

%28.14
%23.88
%47.97

CMYK Percentages of Color #8470e1

%41
%50
%0
%12

Triadic Colors of #8470e1

#8470e1 #e18470 #70e184

Analogous Colors of #8470e1

#8470e1 #bd70e1 #7095e1

Monochromatic Colors of #8470e1

#8470e1

Complementary Color

#8470e1 #cde170

#8470e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8470e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8470e1 Color CSS Codes

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

#8470e1 Text Font Color

<p style="color:#8470e1">Text here</p>

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


#8470e1 Background Color

<div style="background-color:#8470e1">
Div content here</div>

This div background color is #8470e1


#8470e1 Border Color

<div style="border:3px solid #8470e1">
Div here</div>

This div border color is #8470e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,112,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8470e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8470e1;
  -webkit-box-shadow: 1px 1px 3px 2px #8470e1;
  box-shadow:         1px 1px 3px 2px #8470e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8470e1


Comments

No comments written yet.

Please login to write comment.