Color Hex Logo

#5832be Color Hex

#5832BE
(88,50,190)
0 Favorites   0 Comments

Color spaces of #5832be

RGB 8850190
HSL0.710.580.47
HSV256°74°75°
CMYK 0.540.740.00   0.25
XYZ14.45948.073649.5115
Yxy8.07360.20070.1121
Hunter Lab28.414141.1107-83.4229
CIE-Lab34.135750.8135-67.3552

#5832be color RGB value is (88,50,190).

#5832be hex color red value is 88, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5832be hue: 0.71 , saturation: 0.58 and the lightness value of 5832be is 0.47.

The process color (four color CMYK) of #5832be color hex is 0.54, 0.74, 0.00, 0.25. Web safe color of #5832be is #6633cc. Color #5832be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 10111110
Octal 130 62 276
Decimal 88 50 190
Hex 58 32 BE

RGB Percentages of Color #5832be

%26.83
%15.24
%57.93

CMYK Percentages of Color #5832be

%54
%74
%0
%25

Triadic Colors of #5832be

#5832be #be5832 #32be58

Analogous Colors of #5832be

#5832be #9e32be #3252be

Monochromatic Colors of #5832be

#5832be

Complementary Color

#5832be #98be32

#5832be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5832be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5832be Color CSS Codes

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

#5832be Text Font Color

<p style="color:#5832be">Text here</p>

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


#5832be Background Color

<div style="background-color:#5832be">
Div content here</div>

This div background color is #5832be


#5832be Border Color

<div style="border:3px solid #5832be">
Div here</div>

This div border color is #5832be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,50,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5832be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5832be;
  -webkit-box-shadow: 1px 1px 3px 2px #5832be;
  box-shadow:         1px 1px 3px 2px #5832be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5832be


Comments

No comments written yet.

Please login to write comment.