Color Hex Logo

#5832bf Color Hex

#5832BF
(88,50,191)
0 Favorites   0 Comments

Color spaces of #5832bf

RGB 8850191
HSL0.710.590.47
HSV256°74°75°
CMYK 0.540.740.00   0.25
XYZ14.56918.117550.0892
Yxy8.11750.20020.1115
Hunter Lab28.491241.4170-84.2913
CIE-Lab34.226451.0958-67.7947

#5832bf color RGB value is (88,50,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 10111111
Octal 130 62 277
Decimal 88 50 191
Hex 58 32 BF

RGB Percentages of Color #5832bf

%26.75
%15.20
%58.05

CMYK Percentages of Color #5832bf

%54
%74
%0
%25

Triadic Colors of #5832bf

#5832bf #bf5832 #32bf58

Analogous Colors of #5832bf

#5832bf #9f32bf #3253bf

Monochromatic Colors of #5832bf

#5832bf

Complementary Color

#5832bf #99bf32

#5832bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5832bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5832bf Color CSS Codes

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

#5832bf Text Font Color

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

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


#5832bf Background Color

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

This div background color is #5832bf


#5832bf Border Color

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

This div border color is #5832bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5832bf


Comments

No comments written yet.

Please login to write comment.