Color Hex Logo

#5844bc Color Hex

#5844BC
(88,68,188)
0 Favorites   0 Comments

Color spaces of #5844bc

RGB 8868188
HSL0.690.470.50
HSV250°64°74°
CMYK 0.530.640.00   0.26
XYZ15.16879.839848.6767
Yxy9.83980.20590.1335
Hunter Lab31.368531.4216-70.0467
CIE-Lab37.553440.3771-60.5934

#5844bc color RGB value is (88,68,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 10111100
Octal 130 104 274
Decimal 88 68 188
Hex 58 44 BC

RGB Percentages of Color #5844bc

%25.58
%19.77
%54.65

CMYK Percentages of Color #5844bc

%53
%64
%0
%26

Triadic Colors of #5844bc

#5844bc #bc5844 #44bc58

Analogous Colors of #5844bc

#5844bc #9444bc #446cbc

Monochromatic Colors of #5844bc

#5844bc

Complementary Color

#5844bc #a8bc44

#5844bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5844bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5844bc Color CSS Codes

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

#5844bc Text Font Color

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

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


#5844bc Background Color

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

This div background color is #5844bc


#5844bc Border Color

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

This div border color is #5844bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5844bc


Comments

No comments written yet.

Please login to write comment.