Color Hex Logo

#48238d Color Hex

#48238D
(72,35,141)
0 Favorites   0 Comments

Color spaces of #48238d

RGB 7235141
HSL0.720.600.35
HSV261°75°55°
CMYK 0.490.750.00   0.45
XYZ8.08124.502925.6425
Yxy4.50290.21140.1178
Hunter Lab21.220030.8429-56.7926
CIE-Lab25.268841.9786-52.3553

#48238d color RGB value is (72,35,141).

#48238d hex color red value is 72, green value is 35 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #48238d hue: 0.72 , saturation: 0.60 and the lightness value of 48238d is 0.35.

The process color (four color CMYK) of #48238d color hex is 0.49, 0.75, 0.00, 0.45. Web safe color of #48238d is #333399. Color #48238d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 10001101
Octal 110 43 215
Decimal 72 35 141
Hex 48 23 8D

RGB Percentages of Color #48238d

%29.03
%14.11
%56.85

CMYK Percentages of Color #48238d

%49
%75
%0
%45

Triadic Colors of #48238d

#48238d #8d4823 #238d48

Analogous Colors of #48238d

#48238d #7d238d #23338d

Monochromatic Colors of #48238d

#48238d

Complementary Color

#48238d #688d23

#48238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48238d Color CSS Codes

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

#48238d Text Font Color

<p style="color:#48238d">Text here</p>

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


#48238d Background Color

<div style="background-color:#48238d">
Div content here</div>

This div background color is #48238d


#48238d Border Color

<div style="border:3px solid #48238d">
Div here</div>

This div border color is #48238d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,35,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48238d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48238d;
  -webkit-box-shadow: 1px 1px 3px 2px #48238d;
  box-shadow:         1px 1px 3px 2px #48238d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48238d


Comments

No comments written yet.

Please login to write comment.