Color Hex Logo

#5441bc Color Hex

#5441BC
(84,65,188)
0 Favorites   0 Comments

Color spaces of #5441bc

RGB 8465188
HSL0.690.490.50
HSV249°65°74°
CMYK 0.550.650.00   0.26
XYZ14.62369.296348.6006
Yxy9.29630.20160.1282
Hunter Lab30.489832.2553-73.1650
CIE-Lab36.548641.4195-62.2460

#5441bc color RGB value is (84,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000001 10111100
Octal 124 101 274
Decimal 84 65 188
Hex 54 41 BC

RGB Percentages of Color #5441bc

%24.93
%19.29
%55.79

CMYK Percentages of Color #5441bc

%55
%65
%0
%26

Triadic Colors of #5441bc

#5441bc #bc5441 #41bc54

Analogous Colors of #5441bc

#5441bc #9241bc #416cbc

Monochromatic Colors of #5441bc

#5441bc

Complementary Color

#5441bc #a9bc41

#5441bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5441bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5441bc Color CSS Codes

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

#5441bc Text Font Color

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

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


#5441bc Background Color

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

This div background color is #5441bc


#5441bc Border Color

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

This div border color is #5441bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,65,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 #5441bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5441bc


Comments

No comments written yet.

Please login to write comment.