Color Hex Logo

#54379f Color Hex

#54379F
(84,55,159)
0 Favorites   0 Comments

Color spaces of #54379f

RGB 8455159
HSL0.710.490.42
HSV257°65°62°
CMYK 0.470.650.00   0.38
XYZ11.28047.120433.5807
Yxy7.12040.21700.1370
Hunter Lab26.684128.7618-55.9349
CIE-Lab32.079438.4762-52.2307

#54379f color RGB value is (84,55,159).

#54379f hex color red value is 84, green value is 55 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #54379f hue: 0.71 , saturation: 0.49 and the lightness value of 54379f is 0.42.

The process color (four color CMYK) of #54379f color hex is 0.47, 0.65, 0.00, 0.38. Web safe color of #54379f is #663399. Color #54379f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110111 10011111
Octal 124 67 237
Decimal 84 55 159
Hex 54 37 9F

RGB Percentages of Color #54379f

%28.19
%18.46
%53.36

CMYK Percentages of Color #54379f

%47
%65
%0
%38

Triadic Colors of #54379f

#54379f #9f5437 #379f54

Analogous Colors of #54379f

#54379f #88379f #374e9f

Monochromatic Colors of #54379f

#54379f

Complementary Color

#54379f #829f37

#54379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#54379f Color CSS Codes

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

#54379f Text Font Color

<p style="color:#54379f">Text here</p>

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


#54379f Background Color

<div style="background-color:#54379f">
Div content here</div>

This div background color is #54379f


#54379f Border Color

<div style="border:3px solid #54379f">
Div here</div>

This div border color is #54379f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,55,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54379f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54379f;
  -webkit-box-shadow: 1px 1px 3px 2px #54379f;
  box-shadow:         1px 1px 3px 2px #54379f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,55,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54379f


Comments

No comments written yet.

Please login to write comment.