Color Hex Logo

#484254 Color Hex

#484254
(72,66,84)
0 Favorites   0 Comments

Color spaces of #484254

RGB 726684
HSL0.720.120.29
HSV260°21°33°
CMYK 0.140.210.00   0.67
XYZ6.22095.91429.2012
Yxy5.91420.29160.2772
Hunter Lab24.31913.1023-5.4091
CIE-Lab29.19506.6941-9.8434

#484254 color RGB value is (72,66,84).

#484254 hex color red value is 72, green value is 66 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #484254 hue: 0.72 , saturation: 0.12 and the lightness value of 484254 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 01010100
Octal 110 102 124
Decimal 72 66 84
Hex 48 42 54

RGB Percentages of Color #484254

%32.43
%29.73
%37.84

CMYK Percentages of Color #484254

%14
%21
%0
%67

Triadic Colors of #484254

#484254 #544842 #425448

Analogous Colors of #484254

#484254 #514254 #424554

Monochromatic Colors of #484254

#484254

Complementary Color

#484254 #4e5442

#484254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484254 Color CSS Codes

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

#484254 Text Font Color

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

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


#484254 Background Color

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

This div background color is #484254


#484254 Border Color

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

This div border color is #484254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,66,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 #484254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484254


Comments

No comments written yet.

Please login to write comment.