Color Hex Logo

#8426bb Color Hex

#8426BB
(132,38,187)
0 Favorites   0 Comments

Color spaces of #8426bb

RGB 13238187
HSL0.770.660.44
HSV278°80°73°
CMYK 0.290.800.00   0.27
XYZ19.17859.879647.9098
Yxy9.87960.24920.1284
Hunter Lab31.431853.9082-68.3702
CIE-Lab37.625562.1220-59.6617

#8426bb color RGB value is (132,38,187).

#8426bb hex color red value is 132, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8426bb hue: 0.77 , saturation: 0.66 and the lightness value of 8426bb is 0.44.

The process color (four color CMYK) of #8426bb color hex is 0.29, 0.80, 0.00, 0.27. Web safe color of #8426bb is #9933cc. Color #8426bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 10111011
Octal 204 46 273
Decimal 132 38 187
Hex 84 26 BB

RGB Percentages of Color #8426bb

%36.97
%10.64
%52.38

CMYK Percentages of Color #8426bb

%29
%80
%0
%27

Triadic Colors of #8426bb

#8426bb #bb8426 #26bb84

Analogous Colors of #8426bb

#8426bb #bb26a8 #3a26bb

Monochromatic Colors of #8426bb

#8426bb

Complementary Color

#8426bb #5dbb26

#8426bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8426bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8426bb Color CSS Codes

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

#8426bb Text Font Color

<p style="color:#8426bb">Text here</p>

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


#8426bb Background Color

<div style="background-color:#8426bb">
Div content here</div>

This div background color is #8426bb


#8426bb Border Color

<div style="border:3px solid #8426bb">
Div here</div>

This div border color is #8426bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,38,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8426bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8426bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8426bb;
  box-shadow:         1px 1px 3px 2px #8426bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8426bb


Comments

No comments written yet.

Please login to write comment.