Color Hex Logo

#48246b Color Hex

#48246B
(72,36,107)
0 Favorites   0 Comments

Color spaces of #48246b

RGB 7236107
HSL0.750.500.28
HSV270°66°42°
CMYK 0.330.660.00   0.58
XYZ5.95723.701014.3103
Yxy3.70100.24850.1544
Hunter Lab19.238021.6075-30.6367
CIE-Lab22.657331.9855-35.0352

#48246b color RGB value is (72,36,107).

#48246b hex color red value is 72, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #48246b hue: 0.75 , saturation: 0.50 and the lightness value of 48246b is 0.28.

The process color (four color CMYK) of #48246b color hex is 0.33, 0.66, 0.00, 0.58. Web safe color of #48246b is #333366. Color #48246b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 01101011
Octal 110 44 153
Decimal 72 36 107
Hex 48 24 6B

RGB Percentages of Color #48246b

%33.49
%16.74
%49.77

CMYK Percentages of Color #48246b

%33
%66
%0
%58

Triadic Colors of #48246b

#48246b #6b4824 #246b48

Analogous Colors of #48246b

#48246b #6b246b #25246b

Monochromatic Colors of #48246b

#48246b

Complementary Color

#48246b #476b24

#48246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48246b Color CSS Codes

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

#48246b Text Font Color

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

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


#48246b Background Color

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

This div background color is #48246b


#48246b Border Color

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

This div border color is #48246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48246b


Comments

No comments written yet.

Please login to write comment.