Color Hex Logo

#8384ba Color Hex

#8384BA
(131,132,186)
0 Favorites   0 Comments

Color spaces of #8384ba

RGB 131132186
HSL0.660.280.62
HSV239°30°73°
CMYK 0.300.290.00   0.27
XYZ26.474324.873049.8600
Yxy24.87300.26160.2458
Hunter Lab49.87287.4768-24.3638
CIE-Lab56.951512.0907-28.3777

#8384ba color RGB value is (131,132,186).

#8384ba hex color red value is 131, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8384ba hue: 0.66 , saturation: 0.28 and the lightness value of 8384ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 10111010
Octal 203 204 272
Decimal 131 132 186
Hex 83 84 BA

RGB Percentages of Color #8384ba

%29.18
%29.40
%41.43

CMYK Percentages of Color #8384ba

%30
%29
%0
%27

Triadic Colors of #8384ba

#8384ba #ba8384 #84ba83

Analogous Colors of #8384ba

#8384ba #9e83ba #83a0ba

Monochromatic Colors of #8384ba

#8384ba

Complementary Color

#8384ba #bab983

#8384ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8384ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8384ba Color CSS Codes

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

#8384ba Text Font Color

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

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


#8384ba Background Color

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

This div background color is #8384ba


#8384ba Border Color

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

This div border color is #8384ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,132,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 #8384ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8384ba


Comments

No comments written yet.

Please login to write comment.