Color Hex Logo

#8434bd Color Hex

#8434BD
(132,52,189)
0 Favorites   0 Comments

Color spaces of #8434bd

RGB 13252189
HSL0.760.570.47
HSV275°72°74°
CMYK 0.300.720.00   0.26
XYZ19.929011.035649.2238
Yxy11.03560.24850.1376
Hunter Lab33.219948.9495-64.5995
CIE-Lab39.640457.2136-57.5660

#8434bd color RGB value is (132,52,189).

#8434bd hex color red value is 132, green value is 52 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8434bd hue: 0.76 , saturation: 0.57 and the lightness value of 8434bd is 0.47.

The process color (four color CMYK) of #8434bd color hex is 0.30, 0.72, 0.00, 0.26. Web safe color of #8434bd is #9933cc. Color #8434bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110100 10111101
Octal 204 64 275
Decimal 132 52 189
Hex 84 34 BD

RGB Percentages of Color #8434bd

%35.39
%13.94
%50.67

CMYK Percentages of Color #8434bd

%30
%72
%0
%26

Triadic Colors of #8434bd

#8434bd #bd8434 #34bd84

Analogous Colors of #8434bd

#8434bd #bd34b2 #4034bd

Monochromatic Colors of #8434bd

#8434bd

Complementary Color

#8434bd #6dbd34

#8434bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8434bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8434bd Color CSS Codes

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

#8434bd Text Font Color

<p style="color:#8434bd">Text here</p>

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


#8434bd Background Color

<div style="background-color:#8434bd">
Div content here</div>

This div background color is #8434bd


#8434bd Border Color

<div style="border:3px solid #8434bd">
Div here</div>

This div border color is #8434bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,52,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8434bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8434bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8434bd;
  box-shadow:         1px 1px 3px 2px #8434bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8434bd


Comments

No comments written yet.

Please login to write comment.