Color Hex Logo

#48348a Color Hex

#48348A
(72,52,138)
0 Favorites   0 Comments

Color spaces of #48348a

RGB 7252138
HSL0.710.450.37
HSV254°62°54°
CMYK 0.480.620.00   0.46
XYZ8.48795.668724.6916
Yxy5.66870.21850.1459
Hunter Lab23.809021.9693-44.8215
CIE-Lab28.560731.4174-45.1336

#48348a color RGB value is (72,52,138).

#48348a hex color red value is 72, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #48348a hue: 0.71 , saturation: 0.45 and the lightness value of 48348a is 0.37.

The process color (four color CMYK) of #48348a color hex is 0.48, 0.62, 0.00, 0.46. Web safe color of #48348a is #333399. Color #48348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110100 10001010
Octal 110 64 212
Decimal 72 52 138
Hex 48 34 8A

RGB Percentages of Color #48348a

%27.48
%19.85
%52.67

CMYK Percentages of Color #48348a

%48
%62
%0
%46

Triadic Colors of #48348a

#48348a #8a4834 #348a48

Analogous Colors of #48348a

#48348a #73348a #344b8a

Monochromatic Colors of #48348a

#48348a

Complementary Color

#48348a #768a34

#48348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48348a Color CSS Codes

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

#48348a Text Font Color

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

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


#48348a Background Color

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

This div background color is #48348a


#48348a Border Color

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

This div border color is #48348a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48348a


Comments

No comments written yet.

Please login to write comment.