Color Hex Logo

#48267b Color Hex

#48267B
(72,38,123)
0 Favorites   0 Comments

Color spaces of #48267b

RGB 7238123
HSL0.730.530.32
HSV264°69°48°
CMYK 0.410.690.00   0.52
XYZ6.94084.194019.1826
Yxy4.19400.22890.1383
Hunter Lab20.479324.6583-41.2005
CIE-Lab24.302735.2722-42.6316

#48267b color RGB value is (72,38,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 01111011
Octal 110 46 173
Decimal 72 38 123
Hex 48 26 7B

RGB Percentages of Color #48267b

%30.90
%16.31
%52.79

CMYK Percentages of Color #48267b

%41
%69
%0
%52

Triadic Colors of #48267b

#48267b #7b4826 #267b48

Analogous Colors of #48267b

#48267b #73267b #262f7b

Monochromatic Colors of #48267b

#48267b

Complementary Color

#48267b #597b26

#48267b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48267b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48267b Color CSS Codes

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

#48267b Text Font Color

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

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


#48267b Background Color

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

This div background color is #48267b


#48267b Border Color

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

This div border color is #48267b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48267b


Comments

No comments written yet.

Please login to write comment.