Color Hex Logo

#54306b Color Hex

#54306B
(84,48,107)
0 Favorites   0 Comments

Color spaces of #54306b

RGB 8448107
HSL0.770.380.30
HSV277°55°42°
CMYK 0.210.550.00   0.58
XYZ7.36705.060314.4984
Yxy5.06030.27360.1879
Hunter Lab22.495119.0911-22.4666
CIE-Lab26.905928.2446-28.1536

#54306b color RGB value is (84,48,107).

#54306b hex color red value is 84, green value is 48 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #54306b hue: 0.77 , saturation: 0.38 and the lightness value of 54306b is 0.30.

The process color (four color CMYK) of #54306b color hex is 0.21, 0.55, 0.00, 0.58. Web safe color of #54306b is #663366. Color #54306b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110000 01101011
Octal 124 60 153
Decimal 84 48 107
Hex 54 30 6B

RGB Percentages of Color #54306b

%35.15
%20.08
%44.77

CMYK Percentages of Color #54306b

%21
%55
%0
%58

Triadic Colors of #54306b

#54306b #6b5430 #306b54

Analogous Colors of #54306b

#54306b #6b3065 #36306b

Monochromatic Colors of #54306b

#54306b

Complementary Color

#54306b #476b30

#54306b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54306b Color Preview on White Background

Lorem ipsum dolor sit amet.

#54306b Color CSS Codes

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

#54306b Text Font Color

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

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


#54306b Background Color

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

This div background color is #54306b


#54306b Border Color

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

This div border color is #54306b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54306b


Comments

No comments written yet.

Please login to write comment.