Color Hex Logo

#8473ea Color Hex

#8473EA
(132,115,234)
0 Favorites   0 Comments

Color spaces of #8473ea

RGB 132115234
HSL0.690.740.68
HSV249°51°92°
CMYK 0.440.510.00   0.08
XYZ30.497723.107580.6947
Yxy23.10750.22710.1721
Hunter Lab48.070329.1246-65.8799
CIE-Lab55.182935.4819-58.2624

#8473ea color RGB value is (132,115,234).

#8473ea hex color red value is 132, green value is 115 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8473ea hue: 0.69 , saturation: 0.74 and the lightness value of 8473ea is 0.68.

The process color (four color CMYK) of #8473ea color hex is 0.44, 0.51, 0.00, 0.08. Web safe color of #8473ea is #9966ff. Color #8473ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 11101010
Octal 204 163 352
Decimal 132 115 234
Hex 84 73 EA

RGB Percentages of Color #8473ea

%27.44
%23.91
%48.65

CMYK Percentages of Color #8473ea

%44
%51
%0
%8

Triadic Colors of #8473ea

#8473ea #ea8473 #73ea84

Analogous Colors of #8473ea

#8473ea #c073ea #739eea

Monochromatic Colors of #8473ea

#8473ea

Complementary Color

#8473ea #d9ea73

#8473ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8473ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8473ea Color CSS Codes

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

#8473ea Text Font Color

<p style="color:#8473ea">Text here</p>

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


#8473ea Background Color

<div style="background-color:#8473ea">
Div content here</div>

This div background color is #8473ea


#8473ea Border Color

<div style="border:3px solid #8473ea">
Div here</div>

This div border color is #8473ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,115,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8473ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8473ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8473ea;
  box-shadow:         1px 1px 3px 2px #8473ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8473ea


Comments

No comments written yet.

Please login to write comment.