Color Hex Logo

#48244e Color Hex

#48244E
(72,36,78)
0 Favorites   0 Comments

Color spaces of #48244e

RGB 723678
HSL0.810.370.22
HSV291°54°31°
CMYK 0.080.540.00   0.69
XYZ4.67853.18957.5768
Yxy3.18950.30290.2065
Hunter Lab17.859215.5074-12.6525
CIE-Lab20.787424.6762-18.8366

#48244e color RGB value is (72,36,78).

#48244e hex color red value is 72, green value is 36 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48244e hue: 0.81 , saturation: 0.37 and the lightness value of 48244e is 0.22.

The process color (four color CMYK) of #48244e color hex is 0.08, 0.54, 0.00, 0.69. Web safe color of #48244e is #333366. Color #48244e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 01001110
Octal 110 44 116
Decimal 72 36 78
Hex 48 24 4E

RGB Percentages of Color #48244e

%38.71
%19.35
%41.94

CMYK Percentages of Color #48244e

%8
%54
%0
%69

Triadic Colors of #48244e

#48244e #4e4824 #244e48

Analogous Colors of #48244e

#48244e #4e243f #33244e

Monochromatic Colors of #48244e

#48244e

Complementary Color

#48244e #2a4e24

#48244e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48244e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48244e Color CSS Codes

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

#48244e Text Font Color

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

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


#48244e Background Color

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

This div background color is #48244e


#48244e Border Color

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

This div border color is #48244e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48244e


Comments

No comments written yet.

Please login to write comment.