Color Hex Logo

#8473da Color Hex

#8473DA
(132,115,218)
0 Favorites   0 Comments

Color spaces of #8473da

RGB 132115218
HSL0.690.580.65
HSV250°47°85°
CMYK 0.390.470.00   0.15
XYZ28.301322.229069.1286
Yxy22.22900.23650.1858
Hunter Lab47.147624.6398-53.9286
CIE-Lab54.269130.9975-50.7410

#8473da color RGB value is (132,115,218).

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

The process color (four color CMYK) of #8473da color hex is 0.39, 0.47, 0.00, 0.15. Web safe color of #8473da is #9966cc. Color #8473da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 11011010
Octal 204 163 332
Decimal 132 115 218
Hex 84 73 DA

RGB Percentages of Color #8473da

%28.39
%24.73
%46.88

CMYK Percentages of Color #8473da

%39
%47
%0
%15

Triadic Colors of #8473da

#8473da #da8473 #73da84

Analogous Colors of #8473da

#8473da #b873da #7396da

Monochromatic Colors of #8473da

#8473da

Complementary Color

#8473da #c9da73

#8473da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8473da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8473da Color CSS Codes

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

#8473da Text Font Color

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

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


#8473da Background Color

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

This div background color is #8473da


#8473da Border Color

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

This div border color is #8473da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8473da


Comments

No comments written yet.

Please login to write comment.