Color Hex Logo

#8481dc Color Hex

#8481DC
(132,129,220)
0 Favorites   0 Comments

Color spaces of #8481dc

RGB 132129220
HSL0.670.570.68
HSV242°41°86°
CMYK 0.400.410.00   0.14
XYZ30.284225.773471.0887
Yxy25.77340.23820.2027
Hunter Lab50.767517.6370-47.4853
CIE-Lab57.821323.3087-46.2261

#8481dc color RGB value is (132,129,220).

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

The process color (four color CMYK) of #8481dc color hex is 0.40, 0.41, 0.00, 0.14. Web safe color of #8481dc is #9999cc. Color #8481dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000001 11011100
Octal 204 201 334
Decimal 132 129 220
Hex 84 81 DC

RGB Percentages of Color #8481dc

%27.44
%26.82
%45.74

CMYK Percentages of Color #8481dc

%40
%41
%0
%14

Triadic Colors of #8481dc

#8481dc #dc8481 #81dc84

Analogous Colors of #8481dc

#8481dc #b281dc #81acdc

Monochromatic Colors of #8481dc

#8481dc

Complementary Color

#8481dc #d9dc81

#8481dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8481dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8481dc Color CSS Codes

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

#8481dc Text Font Color

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

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


#8481dc Background Color

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

This div background color is #8481dc


#8481dc Border Color

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

This div border color is #8481dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8481dc


Comments

No comments written yet.

Please login to write comment.