Color Hex Logo

#48367d Color Hex

#48367D
(72,54,125)
0 Favorites   0 Comments

Color spaces of #48367d

RGB 7254125
HSL0.710.400.35
HSV255°57°49°
CMYK 0.420.570.00   0.51
XYZ7.69335.496720.0575
Yxy5.49670.23140.1653
Hunter Lab23.445017.5445-34.3117
CIE-Lab28.105426.1763-37.7544

#48367d color RGB value is (72,54,125).

#48367d hex color red value is 72, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #48367d hue: 0.71 , saturation: 0.40 and the lightness value of 48367d is 0.35.

The process color (four color CMYK) of #48367d color hex is 0.42, 0.57, 0.00, 0.51. Web safe color of #48367d is #333366. Color #48367d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 01111101
Octal 110 66 175
Decimal 72 54 125
Hex 48 36 7D

RGB Percentages of Color #48367d

%28.69
%21.51
%49.80

CMYK Percentages of Color #48367d

%42
%57
%0
%51

Triadic Colors of #48367d

#48367d #7d4836 #367d48

Analogous Colors of #48367d

#48367d #6c367d #36477d

Monochromatic Colors of #48367d

#48367d

Complementary Color

#48367d #6b7d36

#48367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48367d Color CSS Codes

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

#48367d Text Font Color

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

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


#48367d Background Color

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

This div background color is #48367d


#48367d Border Color

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

This div border color is #48367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48367d


Comments

No comments written yet.

Please login to write comment.