Color Hex Logo

#8a32dd Color Hex

#8A32DD
(138,50,221)
0 Favorites   0 Comments

Color spaces of #8a32dd

RGB 13850221
HSL0.750.720.53
HSV271°77°87°
CMYK 0.380.770.00   0.13
XYZ24.673012.904969.5971
Yxy12.90490.23020.1204
Hunter Lab35.923459.7319-89.7206
CIE-Lab42.619666.2856-71.2139

#8a32dd color RGB value is (138,50,221).

#8a32dd hex color red value is 138, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8a32dd hue: 0.75 , saturation: 0.72 and the lightness value of 8a32dd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110010 11011101
Octal 212 62 335
Decimal 138 50 221
Hex 8A 32 DD

RGB Percentages of Color #8a32dd

%33.74
%12.22
%54.03

CMYK Percentages of Color #8a32dd

%38
%77
%0
%13

Triadic Colors of #8a32dd

#8a32dd #dd8a32 #32dd8a

Analogous Colors of #8a32dd

#8a32dd #dd32db #3432dd

Monochromatic Colors of #8a32dd

#8a32dd

Complementary Color

#8a32dd #85dd32

#8a32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a32dd Color CSS Codes

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

#8a32dd Text Font Color

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

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


#8a32dd Background Color

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

This div background color is #8a32dd


#8a32dd Border Color

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

This div border color is #8a32dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,50,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a32dd


Comments

No comments written yet.

Please login to write comment.