Color Hex Logo

#48257a Color Hex

#48257A
(72,37,122)
0 Favorites   0 Comments

Color spaces of #48257a

RGB 7237122
HSL0.740.530.31
HSV265°70°48°
CMYK 0.410.700.00   0.52
XYZ6.84694.106018.8440
Yxy4.10600.22980.1378
Hunter Lab20.263324.8539-40.9530
CIE-Lab24.018835.5491-42.4574

#48257a color RGB value is (72,37,122).

#48257a hex color red value is 72, green value is 37 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #48257a hue: 0.74 , saturation: 0.53 and the lightness value of 48257a is 0.31.

The process color (four color CMYK) of #48257a color hex is 0.41, 0.70, 0.00, 0.52. Web safe color of #48257a is #333366. Color #48257a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 01111010
Octal 110 45 172
Decimal 72 37 122
Hex 48 25 7A

RGB Percentages of Color #48257a

%31.17
%16.02
%52.81

CMYK Percentages of Color #48257a

%41
%70
%0
%52

Triadic Colors of #48257a

#48257a #7a4825 #257a48

Analogous Colors of #48257a

#48257a #73257a #252d7a

Monochromatic Colors of #48257a

#48257a

Complementary Color

#48257a #577a25

#48257a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48257a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48257a Color CSS Codes

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

#48257a Text Font Color

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

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


#48257a Background Color

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

This div background color is #48257a


#48257a Border Color

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

This div border color is #48257a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48257a


Comments

No comments written yet.

Please login to write comment.