Color Hex Logo

#8473cb Color Hex

#8473CB
(132,115,203)
0 Favorites   0 Comments

Color spaces of #8473cb

RGB 132115203
HSL0.700.460.62
HSV252°43°80°
CMYK 0.350.430.00   0.20
XYZ26.425921.478859.2529
Yxy21.47880.24660.2004
Hunter Lab46.345220.6760-43.3613
CIE-Lab53.469626.8998-43.5099

#8473cb color RGB value is (132,115,203).

#8473cb hex color red value is 132, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8473cb hue: 0.70 , saturation: 0.46 and the lightness value of 8473cb is 0.62.

The process color (four color CMYK) of #8473cb color hex is 0.35, 0.43, 0.00, 0.20. Web safe color of #8473cb is #9966cc. Color #8473cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 11001011
Octal 204 163 313
Decimal 132 115 203
Hex 84 73 CB

RGB Percentages of Color #8473cb

%29.33
%25.56
%45.11

CMYK Percentages of Color #8473cb

%35
%43
%0
%20

Triadic Colors of #8473cb

#8473cb #cb8473 #73cb84

Analogous Colors of #8473cb

#8473cb #b073cb #738ecb

Monochromatic Colors of #8473cb

#8473cb

Complementary Color

#8473cb #bacb73

#8473cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8473cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8473cb Color CSS Codes

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

#8473cb Text Font Color

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

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


#8473cb Background Color

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

This div background color is #8473cb


#8473cb Border Color

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

This div border color is #8473cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8473cb


Comments

No comments written yet.

Please login to write comment.