Color Hex Logo

#48036d Color Hex

#48036D
(72,3,109)
0 Favorites   0 Comments

Color spaces of #48036d

RGB 723109
HSL0.780.950.22
HSV279°97°43°
CMYK 0.340.970.00   0.57
XYZ5.46542.547014.6716
Yxy2.54700.24090.1123
Hunter Lab15.959333.2000-43.3345
CIE-Lab18.129845.8770-43.6897

#48036d color RGB value is (72,3,109).

#48036d hex color red value is 72, green value is 3 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #48036d hue: 0.78 , saturation: 0.95 and the lightness value of 48036d is 0.22.

The process color (four color CMYK) of #48036d color hex is 0.34, 0.97, 0.00, 0.57. Web safe color of #48036d is #330066. Color #48036d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 01101101
Octal 110 3 155
Decimal 72 3 109
Hex 48 3 6D

RGB Percentages of Color #48036d

%39.13
%1.63
%59.24

CMYK Percentages of Color #48036d

%34
%97
%0
%57

Triadic Colors of #48036d

#48036d #6d4803 #036d48

Analogous Colors of #48036d

#48036d #6d035d #13036d

Monochromatic Colors of #48036d

#48036d

Complementary Color

#48036d #286d03

#48036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48036d Color CSS Codes

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

#48036d Text Font Color

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

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


#48036d Background Color

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

This div background color is #48036d


#48036d Border Color

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

This div border color is #48036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48036d

#48036d Color Palettes


Comments

No comments written yet.

Please login to write comment.