Color Hex Logo

#8481bf Color Hex

#8481BF
(132,129,191)
0 Favorites   0 Comments

Color spaces of #8481bf

RGB 132129191
HSL0.670.330.63
HSV243°32°75°
CMYK 0.310.320.00   0.25
XYZ26.769924.367652.5827
Yxy24.36760.25810.2349
Hunter Lab49.363510.4145-28.6020
CIE-Lab56.454015.4459-31.9919

#8481bf color RGB value is (132,129,191).

#8481bf hex color red value is 132, green value is 129 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8481bf hue: 0.67 , saturation: 0.33 and the lightness value of 8481bf is 0.63.

The process color (four color CMYK) of #8481bf color hex is 0.31, 0.32, 0.00, 0.25. Web safe color of #8481bf is #9999cc. Color #8481bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 10111111
Octal 204 201 277
Decimal 132 129 191
Hex 84 81 BF

RGB Percentages of Color #8481bf

%29.20
%28.54
%42.26

CMYK Percentages of Color #8481bf

%31
%32
%0
%25

Triadic Colors of #8481bf

#8481bf #bf8481 #81bf84

Analogous Colors of #8481bf

#8481bf #a381bf #819dbf

Monochromatic Colors of #8481bf

#8481bf

Complementary Color

#8481bf #bcbf81

#8481bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8481bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8481bf Color CSS Codes

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

#8481bf Text Font Color

<p style="color:#8481bf">Text here</p>

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


#8481bf Background Color

<div style="background-color:#8481bf">
Div content here</div>

This div background color is #8481bf


#8481bf Border Color

<div style="border:3px solid #8481bf">
Div here</div>

This div border color is #8481bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,129,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8481bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8481bf;
  -webkit-box-shadow: 1px 1px 3px 2px #8481bf;
  box-shadow:         1px 1px 3px 2px #8481bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8481bf


Comments

No comments written yet.

Please login to write comment.