Color Hex Logo

#5822ba Color Hex

#5822BA
(88,34,186)
0 Favorites   0 Comments

Color spaces of #5822ba

RGB 8834186
HSL0.730.690.43
HSV261°82°73°
CMYK 0.530.820.00   0.27
XYZ13.45956.763947.0506
Yxy6.76390.20010.1005
Hunter Lab26.007546.8649-89.0573
CIE-Lab31.263356.8945-69.7162

#5822ba color RGB value is (88,34,186).

#5822ba hex color red value is 88, green value is 34 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5822ba hue: 0.73 , saturation: 0.69 and the lightness value of 5822ba is 0.43.

The process color (four color CMYK) of #5822ba color hex is 0.53, 0.82, 0.00, 0.27. Web safe color of #5822ba is #6633cc. Color #5822ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100010 10111010
Octal 130 42 272
Decimal 88 34 186
Hex 58 22 BA

RGB Percentages of Color #5822ba

%28.57
%11.04
%60.39

CMYK Percentages of Color #5822ba

%53
%82
%0
%27

Triadic Colors of #5822ba

#5822ba #ba5822 #22ba58

Analogous Colors of #5822ba

#5822ba #a422ba #2238ba

Monochromatic Colors of #5822ba

#5822ba

Complementary Color

#5822ba #84ba22

#5822ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5822ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5822ba Color CSS Codes

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

#5822ba Text Font Color

<p style="color:#5822ba">Text here</p>

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


#5822ba Background Color

<div style="background-color:#5822ba">
Div content here</div>

This div background color is #5822ba


#5822ba Border Color

<div style="border:3px solid #5822ba">
Div here</div>

This div border color is #5822ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,34,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5822ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5822ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5822ba;
  box-shadow:         1px 1px 3px 2px #5822ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5822ba


Comments

No comments written yet.

Please login to write comment.