Color Hex Logo

#8b58ca Color Hex

#8B58CA
(139,88,202)
0 Favorites   0 Comments

Color spaces of #8b58ca

RGB 13988202
HSL0.740.520.57
HSV267°56°79°
CMYK 0.310.560.00   0.21
XYZ24.797916.732757.7999
Yxy16.73270.24970.1685
Hunter Lab40.905636.6258-55.1432
CIE-Lab47.921543.9701-51.7299

#8b58ca color RGB value is (139,88,202).

#8b58ca hex color red value is 139, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8b58ca hue: 0.74 , saturation: 0.52 and the lightness value of 8b58ca is 0.57.

The process color (four color CMYK) of #8b58ca color hex is 0.31, 0.56, 0.00, 0.21. Web safe color of #8b58ca is #9966cc. Color #8b58ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011000 11001010
Octal 213 130 312
Decimal 139 88 202
Hex 8B 58 CA

RGB Percentages of Color #8b58ca

%32.40
%20.51
%47.09

CMYK Percentages of Color #8b58ca

%31
%56
%0
%21

Triadic Colors of #8b58ca

#8b58ca #ca8b58 #58ca8b

Analogous Colors of #8b58ca

#8b58ca #c458ca #585eca

Monochromatic Colors of #8b58ca

#8b58ca

Complementary Color

#8b58ca #97ca58

#8b58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b58ca Color CSS Codes

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

#8b58ca Text Font Color

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

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


#8b58ca Background Color

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

This div background color is #8b58ca


#8b58ca Border Color

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

This div border color is #8b58ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,88,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b58ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b58ca;
  -webkit-box-shadow: 1px 1px 3px 2px #8b58ca;
  box-shadow:         1px 1px 3px 2px #8b58ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,88,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b58ca

#8b58ca Color Palettes


Comments

No comments written yet.

Please login to write comment.