Color Hex Logo

#8432be Color Hex

#8432BE
(132,50,190)
0 Favorites   0 Comments

Color spaces of #8432be

RGB 13250190
HSL0.760.580.47
HSV275°74°75°
CMYK 0.310.740.00   0.25
XYZ19.950610.904449.7685
Yxy10.90440.24750.1353
Hunter Lab33.021850.0552-66.2431
CIE-Lab39.419058.2751-58.5118

#8432be color RGB value is (132,50,190).

#8432be hex color red value is 132, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8432be hue: 0.76 , saturation: 0.58 and the lightness value of 8432be is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110010 10111110
Octal 204 62 276
Decimal 132 50 190
Hex 84 32 BE

RGB Percentages of Color #8432be

%35.48
%13.44
%51.08

CMYK Percentages of Color #8432be

%31
%74
%0
%25

Triadic Colors of #8432be

#8432be #be8432 #32be84

Analogous Colors of #8432be

#8432be #be32b2 #3e32be

Monochromatic Colors of #8432be

#8432be

Complementary Color

#8432be #6cbe32

#8432be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8432be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8432be Color CSS Codes

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

#8432be Text Font Color

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

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


#8432be Background Color

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

This div background color is #8432be


#8432be Border Color

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

This div border color is #8432be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8432be


Comments

No comments written yet.

Please login to write comment.