Color Hex Logo

#483d54 Color Hex

#483D54
(72,61,84)
0 Favorites   0 Comments

Color spaces of #483d54

RGB 726184
HSL0.750.160.28
HSV269°27°33°
CMYK 0.140.270.00   0.67
XYZ5.94155.35539.1080
Yxy5.35530.29120.2625
Hunter Lab23.14155.3316-7.1362
CIE-Lab27.72399.9717-12.0823

#483d54 color RGB value is (72,61,84).

#483d54 hex color red value is 72, green value is 61 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #483d54 hue: 0.75 , saturation: 0.16 and the lightness value of 483d54 is 0.28.

The process color (four color CMYK) of #483d54 color hex is 0.14, 0.27, 0.00, 0.67. Web safe color of #483d54 is #333366. Color #483d54 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111101 01010100
Octal 110 75 124
Decimal 72 61 84
Hex 48 3D 54

RGB Percentages of Color #483d54

%33.18
%28.11
%38.71

CMYK Percentages of Color #483d54

%14
%27
%0
%67

Triadic Colors of #483d54

#483d54 #54483d #3d5448

Analogous Colors of #483d54

#483d54 #543d54 #3d3e54

Monochromatic Colors of #483d54

#483d54

Complementary Color

#483d54 #49543d

#483d54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483d54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483d54 Color CSS Codes

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

#483d54 Text Font Color

<p style="color:#483d54">Text here</p>

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


#483d54 Background Color

<div style="background-color:#483d54">
Div content here</div>

This div background color is #483d54


#483d54 Border Color

<div style="border:3px solid #483d54">
Div here</div>

This div border color is #483d54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,61,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483d54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483d54;
  -webkit-box-shadow: 1px 1px 3px 2px #483d54;
  box-shadow:         1px 1px 3px 2px #483d54; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483d54


Comments

No comments written yet.

Please login to write comment.