Color Hex Logo

#54709b Color Hex

#54709B
(84,112,155)
0 Favorites   0 Comments

Color spaces of #54709b

RGB 84112155
HSL0.600.300.47
HSV216°46°61°
CMYK 0.460.280.00   0.39
XYZ15.366715.839733.2578
Yxy15.83970.23840.2457
Hunter Lab39.7991-0.7284-21.6858
CIE-Lab46.76351.8533-26.4789

#54709b color RGB value is (84,112,155).

#54709b hex color red value is 84, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #54709b hue: 0.60 , saturation: 0.30 and the lightness value of 54709b is 0.47.

The process color (four color CMYK) of #54709b color hex is 0.46, 0.28, 0.00, 0.39. Web safe color of #54709b is #666699. Color #54709b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110000 10011011
Octal 124 160 233
Decimal 84 112 155
Hex 54 70 9B

RGB Percentages of Color #54709b

%23.93
%31.91
%44.16

CMYK Percentages of Color #54709b

%46
%28
%0
%39

Triadic Colors of #54709b

#54709b #9b5470 #709b54

Analogous Colors of #54709b

#54709b #5c549b #54949b

Monochromatic Colors of #54709b

#54709b

Complementary Color

#54709b #9b7f54

#54709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54709b Color CSS Codes

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

#54709b Text Font Color

<p style="color:#54709b">Text here</p>

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


#54709b Background Color

<div style="background-color:#54709b">
Div content here</div>

This div background color is #54709b


#54709b Border Color

<div style="border:3px solid #54709b">
Div here</div>

This div border color is #54709b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,112,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54709b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54709b;
  -webkit-box-shadow: 1px 1px 3px 2px #54709b;
  box-shadow:         1px 1px 3px 2px #54709b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54709b


Comments

No comments written yet.

Please login to write comment.