Color Hex Logo

#48435d Color Hex

#48435D
(72,67,93)
0 Favorites   0 Comments

Color spaces of #48435d

RGB 726793
HSL0.700.160.31
HSV252°28°36°
CMYK 0.230.280.00   0.64
XYZ6.65546.182311.1985
Yxy6.18230.27690.2572
Hunter Lab24.86424.2666-9.2984
CIE-Lab29.86788.3800-14.6227

#48435d color RGB value is (72,67,93).

#48435d hex color red value is 72, green value is 67 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #48435d hue: 0.70 , saturation: 0.16 and the lightness value of 48435d is 0.31.

The process color (four color CMYK) of #48435d color hex is 0.23, 0.28, 0.00, 0.64. Web safe color of #48435d is #333366. Color #48435d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000011 01011101
Octal 110 103 135
Decimal 72 67 93
Hex 48 43 5D

RGB Percentages of Color #48435d

%31.03
%28.88
%40.09

CMYK Percentages of Color #48435d

%23
%28
%0
%64

Triadic Colors of #48435d

#48435d #5d4843 #435d48

Analogous Colors of #48435d

#48435d #55435d #434b5d

Monochromatic Colors of #48435d

#48435d

Complementary Color

#48435d #585d43

#48435d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48435d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48435d Color CSS Codes

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

#48435d Text Font Color

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

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


#48435d Background Color

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

This div background color is #48435d


#48435d Border Color

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

This div border color is #48435d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48435d


Comments

No comments written yet.

Please login to write comment.