Color Hex Logo

#54087b Color Hex

#54087B
(84,8,123)
0 Favorites   0 Comments

Color spaces of #54087b

RGB 848123
HSL0.780.880.26
HSV280°93°48°
CMYK 0.320.930.00   0.52
XYZ7.31813.488519.0265
Yxy3.48850.24530.1169
Hunter Lab18.677537.2530-47.3235
CIE-Lab21.902849.3370-46.4644

#54087b color RGB value is (84,8,123).

#54087b hex color red value is 84, green value is 8 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #54087b hue: 0.78 , saturation: 0.88 and the lightness value of 54087b is 0.26.

The process color (four color CMYK) of #54087b color hex is 0.32, 0.93, 0.00, 0.52. Web safe color of #54087b is #660066. Color #54087b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00001000 01111011
Octal 124 10 173
Decimal 84 8 123
Hex 54 8 7B

RGB Percentages of Color #54087b

%39.07
%3.72
%57.21

CMYK Percentages of Color #54087b

%32
%93
%0
%52

Triadic Colors of #54087b

#54087b #7b5408 #087b54

Analogous Colors of #54087b

#54087b #7b0869 #1a087b

Monochromatic Colors of #54087b

#54087b

Complementary Color

#54087b #2f7b08

#54087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54087b Color CSS Codes

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

#54087b Text Font Color

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

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


#54087b Background Color

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

This div background color is #54087b


#54087b Border Color

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

This div border color is #54087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54087b


Comments

No comments written yet.

Please login to write comment.