Color Hex Logo

#48507a Color Hex

#48507A
(72,80,122)
0 Favorites   0 Comments

Color spaces of #48507a

RGB 7280122
HSL0.640.260.38
HSV230°41°48°
CMYK 0.410.340.00   0.52
XYZ9.05408.520219.5797
Yxy8.52020.24370.2293
Hunter Lab29.18944.2859-19.3381
CIE-Lab35.04368.3361-24.8812

#48507a color RGB value is (72,80,122).

#48507a hex color red value is 72, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #48507a hue: 0.64 , saturation: 0.26 and the lightness value of 48507a is 0.38.

The process color (four color CMYK) of #48507a color hex is 0.41, 0.34, 0.00, 0.52. Web safe color of #48507a is #336666. Color #48507a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 01111010
Octal 110 120 172
Decimal 72 80 122
Hex 48 50 7A

RGB Percentages of Color #48507a

%26.28
%29.20
%44.53

CMYK Percentages of Color #48507a

%41
%34
%0
%52

Triadic Colors of #48507a

#48507a #7a4850 #507a48

Analogous Colors of #48507a

#48507a #59487a #48697a

Monochromatic Colors of #48507a

#48507a

Complementary Color

#48507a #7a7248

#48507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48507a Color CSS Codes

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

#48507a Text Font Color

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

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


#48507a Background Color

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

This div background color is #48507a


#48507a Border Color

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

This div border color is #48507a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48507a


Comments

No comments written yet.

Please login to write comment.