Color Hex Logo

#484858 Color Hex

#484858
(72,72,88)
0 Favorites   0 Comments

Color spaces of #484858

RGB 727288
HSL0.670.100.31
HSV240°18°35°
CMYK 0.180.180.00   0.65
XYZ6.75136.717010.1732
Yxy6.71700.28560.2841
Hunter Lab25.91721.1433-5.1309
CIE-Lab31.15383.8222-9.4537

#484858 color RGB value is (72,72,88).

#484858 hex color red value is 72, green value is 72 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #484858 hue: 0.67 , saturation: 0.10 and the lightness value of 484858 is 0.31.

The process color (four color CMYK) of #484858 color hex is 0.18, 0.18, 0.00, 0.65. Web safe color of #484858 is #333366. Color #484858 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 01011000
Octal 110 110 130
Decimal 72 72 88
Hex 48 48 58

RGB Percentages of Color #484858

%31.03
%31.03
%37.93

CMYK Percentages of Color #484858

%18
%18
%0
%65

Triadic Colors of #484858

#484858 #584848 #485848

Analogous Colors of #484858

#484858 #504858 #485058

Monochromatic Colors of #484858

#484858

Complementary Color

#484858 #585848

#484858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484858 Color CSS Codes

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

#484858 Text Font Color

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

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


#484858 Background Color

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

This div background color is #484858


#484858 Border Color

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

This div border color is #484858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484858


Comments

No comments written yet.

Please login to write comment.