Color Hex Logo

#48225c Color Hex

#48225C
(72,34,92)
0 Favorites   0 Comments

Color spaces of #48225c

RGB 723492
HSL0.780.460.25
HSV279°63°36°
CMYK 0.220.630.00   0.64
XYZ5.17633.294510.4883
Yxy3.29450.27300.1738
Hunter Lab18.150819.1415-21.5548
CIE-Lab21.186729.2362-27.5658

#48225c color RGB value is (72,34,92).

#48225c hex color red value is 72, green value is 34 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #48225c hue: 0.78 , saturation: 0.46 and the lightness value of 48225c is 0.25.

The process color (four color CMYK) of #48225c color hex is 0.22, 0.63, 0.00, 0.64. Web safe color of #48225c is #333366. Color #48225c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01011100
Octal 110 42 134
Decimal 72 34 92
Hex 48 22 5C

RGB Percentages of Color #48225c

%36.36
%17.17
%46.46

CMYK Percentages of Color #48225c

%22
%63
%0
%64

Triadic Colors of #48225c

#48225c #5c4822 #225c48

Analogous Colors of #48225c

#48225c #5c2253 #2b225c

Monochromatic Colors of #48225c

#48225c

Complementary Color

#48225c #365c22

#48225c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48225c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48225c Color CSS Codes

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

#48225c Text Font Color

<p style="color:#48225c">Text here</p>

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


#48225c Background Color

<div style="background-color:#48225c">
Div content here</div>

This div background color is #48225c


#48225c Border Color

<div style="border:3px solid #48225c">
Div here</div>

This div border color is #48225c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,34,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48225c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48225c;
  -webkit-box-shadow: 1px 1px 3px 2px #48225c;
  box-shadow:         1px 1px 3px 2px #48225c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48225c


Comments

No comments written yet.

Please login to write comment.