Color Hex Logo

#8481be Color Hex

#8481BE
(132,129,190)
0 Favorites   0 Comments

Color spaces of #8481be

RGB 132129190
HSL0.670.320.63
HSV243°32°75°
CMYK 0.310.320.00   0.25
XYZ26.660224.323852.0050
Yxy24.32380.25890.2362
Hunter Lab49.319210.1823-27.9954
CIE-Lab56.410515.1848-31.4900

#8481be color RGB value is (132,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 10111110
Octal 204 201 276
Decimal 132 129 190
Hex 84 81 BE

RGB Percentages of Color #8481be

%29.27
%28.60
%42.13

CMYK Percentages of Color #8481be

%31
%32
%0
%25

Triadic Colors of #8481be

#8481be #be8481 #81be84

Analogous Colors of #8481be

#8481be #a381be #819dbe

Monochromatic Colors of #8481be

#8481be

Complementary Color

#8481be #bbbe81

#8481be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8481be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8481be Color CSS Codes

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

#8481be Text Font Color

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

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


#8481be Background Color

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

This div background color is #8481be


#8481be Border Color

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

This div border color is #8481be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8481be


Comments

No comments written yet.

Please login to write comment.