Color Hex Logo

#8a359b Color Hex

#8A359B
(138,53,155)
0 Favorites   0 Comments

Color spaces of #8a359b

RGB 13853155
HSL0.810.490.41
HSV290°66°61°
CMYK 0.110.660.00   0.39
XYZ17.670710.316032.0702
Yxy10.31600.29420.1718
Hunter Lab32.118541.9982-36.7178
CIE-Lab38.403750.8714-39.2696

#8a359b color RGB value is (138,53,155).

#8a359b hex color red value is 138, green value is 53 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #8a359b hue: 0.81 , saturation: 0.49 and the lightness value of 8a359b is 0.41.

The process color (four color CMYK) of #8a359b color hex is 0.11, 0.66, 0.00, 0.39. Web safe color of #8a359b is #993399. Color #8a359b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110101 10011011
Octal 212 65 233
Decimal 138 53 155
Hex 8A 35 9B

RGB Percentages of Color #8a359b

%39.88
%15.32
%44.80

CMYK Percentages of Color #8a359b

%11
%66
%0
%39

Triadic Colors of #8a359b

#8a359b #9b8a35 #359b8a

Analogous Colors of #8a359b

#8a359b #9b3579 #57359b

Monochromatic Colors of #8a359b

#8a359b

Complementary Color

#8a359b #469b35

#8a359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a359b Color CSS Codes

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

#8a359b Text Font Color

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

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


#8a359b Background Color

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

This div background color is #8a359b


#8a359b Border Color

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

This div border color is #8a359b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a359b


Comments

No comments written yet.

Please login to write comment.