Color Hex Logo

#48033f Color Hex

#48033F
(72,3,63)
0 Favorites   0 Comments

Color spaces of #48033f

RGB 72363
HSL0.860.920.15
HSV308°96°28°
CMYK 0.000.960.13   0.72
XYZ3.60231.80174.8605
Yxy1.80170.35090.1755
Hunter Lab13.422724.4148-12.0735
CIE-Lab14.410236.8732-18.5162

#48033f color RGB value is (72,3,63).

#48033f hex color red value is 72, green value is 3 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #48033f hue: 0.86 , saturation: 0.92 and the lightness value of 48033f is 0.15.

The process color (four color CMYK) of #48033f color hex is 0.00, 0.96, 0.13, 0.72. Web safe color of #48033f is #330033. Color #48033f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 00111111
Octal 110 3 77
Decimal 72 3 63
Hex 48 3 3F

RGB Percentages of Color #48033f

%52.17
%2.17
%45.65

CMYK Percentages of Color #48033f

%0
%96
%13
%72

Triadic Colors of #48033f

#48033f #3f4803 #033f48

Analogous Colors of #48033f

#48033f #48031d #2e0348

Monochromatic Colors of #48033f

#48033f

Complementary Color

#48033f #03480c

#48033f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48033f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48033f Color CSS Codes

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

#48033f Text Font Color

<p style="color:#48033f">Text here</p>

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


#48033f Background Color

<div style="background-color:#48033f">
Div content here</div>

This div background color is #48033f


#48033f Border Color

<div style="border:3px solid #48033f">
Div here</div>

This div border color is #48033f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48033f


Comments

No comments written yet.

Please login to write comment.