Color Hex Logo

#5844bf Color Hex

#5844BF
(88,68,191)
0 Favorites   0 Comments

Color spaces of #5844bf

RGB 8868191
HSL0.690.490.51
HSV250°64°75°
CMYK 0.540.640.00   0.25
XYZ15.49569.970550.3980
Yxy9.97050.20430.1314
Hunter Lab31.576132.3386-72.5284
CIE-Lab37.789441.2940-61.9682

#5844bf color RGB value is (88,68,191).

#5844bf hex color red value is 88, green value is 68 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5844bf hue: 0.69 , saturation: 0.49 and the lightness value of 5844bf is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 10111111
Octal 130 104 277
Decimal 88 68 191
Hex 58 44 BF

RGB Percentages of Color #5844bf

%25.36
%19.60
%55.04

CMYK Percentages of Color #5844bf

%54
%64
%0
%25

Triadic Colors of #5844bf

#5844bf #bf5844 #44bf58

Analogous Colors of #5844bf

#5844bf #9644bf #446ebf

Monochromatic Colors of #5844bf

#5844bf

Complementary Color

#5844bf #abbf44

#5844bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5844bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5844bf Color CSS Codes

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

#5844bf Text Font Color

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

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


#5844bf Background Color

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

This div background color is #5844bf


#5844bf Border Color

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

This div border color is #5844bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,68,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 #5844bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5844bf


Comments

No comments written yet.

Please login to write comment.