Color Hex Logo

#8a2bbd Color Hex

#8A2BBD
(138,43,189)
0 Favorites   0 Comments

Color spaces of #8a2bbd

RGB 13843189
HSL0.780.630.45
HSV279°77°74°
CMYK 0.270.770.00   0.26
XYZ20.530410.805249.1476
Yxy10.80520.25510.1343
Hunter Lab32.871353.9610-65.6378
CIE-Lab39.250461.8528-58.1590

#8a2bbd color RGB value is (138,43,189).

#8a2bbd hex color red value is 138, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8a2bbd hue: 0.78 , saturation: 0.63 and the lightness value of 8a2bbd is 0.45.

The process color (four color CMYK) of #8a2bbd color hex is 0.27, 0.77, 0.00, 0.26. Web safe color of #8a2bbd is #9933cc. Color #8a2bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00101011 10111101
Octal 212 53 275
Decimal 138 43 189
Hex 8A 2B BD

RGB Percentages of Color #8a2bbd

%37.30
%11.62
%51.08

CMYK Percentages of Color #8a2bbd

%27
%77
%0
%26

Triadic Colors of #8a2bbd

#8a2bbd #bd8a2b #2bbd8a

Analogous Colors of #8a2bbd

#8a2bbd #bd2ba7 #412bbd

Monochromatic Colors of #8a2bbd

#8a2bbd

Complementary Color

#8a2bbd #5ebd2b

#8a2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a2bbd Color CSS Codes

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

#8a2bbd Text Font Color

<p style="color:#8a2bbd">Text here</p>

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


#8a2bbd Background Color

<div style="background-color:#8a2bbd">
Div content here</div>

This div background color is #8a2bbd


#8a2bbd Border Color

<div style="border:3px solid #8a2bbd">
Div here</div>

This div border color is #8a2bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,43,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a2bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a2bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #8a2bbd;
  box-shadow:         1px 1px 3px 2px #8a2bbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,43,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 #8a2bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a2bbd


Comments

No comments written yet.

Please login to write comment.