Color Hex Logo

#8433bb Color Hex

#8433BB
(132,51,187)
0 Favorites   0 Comments

Color spaces of #8433bb

RGB 13251187
HSL0.770.570.47
HSV276°73°73°
CMYK 0.290.730.00   0.27
XYZ19.669210.861048.0734
Yxy10.86100.25020.1382
Hunter Lab32.956048.8614-63.4179
CIE-Lab39.345457.1888-56.8694

#8433bb color RGB value is (132,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 10111011
Octal 204 63 273
Decimal 132 51 187
Hex 84 33 BB

RGB Percentages of Color #8433bb

%35.68
%13.78
%50.54

CMYK Percentages of Color #8433bb

%29
%73
%0
%27

Triadic Colors of #8433bb

#8433bb #bb8433 #33bb84

Analogous Colors of #8433bb

#8433bb #bb33ae #4033bb

Monochromatic Colors of #8433bb

#8433bb

Complementary Color

#8433bb #6abb33

#8433bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8433bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8433bb Color CSS Codes

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

#8433bb Text Font Color

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

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


#8433bb Background Color

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

This div background color is #8433bb


#8433bb Border Color

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

This div border color is #8433bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8433bb


Comments

No comments written yet.

Please login to write comment.