Color Hex Logo

#48257b Color Hex

#48257B
(72,37,123)
0 Favorites   0 Comments

Color spaces of #48257b

RGB 7237123
HSL0.730.540.31
HSV264°70°48°
CMYK 0.410.700.00   0.52
XYZ6.90924.130919.1721
Yxy4.13090.22870.1367
Hunter Lab20.324625.1117-41.7007
CIE-Lab24.099635.8302-42.9614

#48257b color RGB value is (72,37,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100101 01111011
Octal 110 45 173
Decimal 72 37 123
Hex 48 25 7B

RGB Percentages of Color #48257b

%31.03
%15.95
%53.02

CMYK Percentages of Color #48257b

%41
%70
%0
%52

Triadic Colors of #48257b

#48257b #7b4825 #257b48

Analogous Colors of #48257b

#48257b #73257b #252d7b

Monochromatic Colors of #48257b

#48257b

Complementary Color

#48257b #587b25

#48257b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48257b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48257b Color CSS Codes

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

#48257b Text Font Color

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

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


#48257b Background Color

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

This div background color is #48257b


#48257b Border Color

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

This div border color is #48257b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48257b


Comments

No comments written yet.

Please login to write comment.