Color Hex Logo

#48265f Color Hex

#48265F
(72,38,95)
0 Favorites   0 Comments

Color spaces of #48265f

RGB 723895
HSL0.770.430.26
HSV276°60°37°
CMYK 0.240.600.00   0.63
XYZ5.43123.590211.2332
Yxy3.59020.26810.1773
Hunter Lab18.947818.0065-21.8865
CIE-Lab22.267627.6386-27.8232

#48265f color RGB value is (72,38,95).

#48265f hex color red value is 72, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #48265f hue: 0.77 , saturation: 0.43 and the lightness value of 48265f is 0.26.

The process color (four color CMYK) of #48265f color hex is 0.24, 0.60, 0.00, 0.63. Web safe color of #48265f is #333366. Color #48265f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 01011111
Octal 110 46 137
Decimal 72 38 95
Hex 48 26 5F

RGB Percentages of Color #48265f

%35.12
%18.54
%46.34

CMYK Percentages of Color #48265f

%24
%60
%0
%63

Triadic Colors of #48265f

#48265f #5f4826 #265f48

Analogous Colors of #48265f

#48265f #5f265a #2c265f

Monochromatic Colors of #48265f

#48265f

Complementary Color

#48265f #3d5f26

#48265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48265f Color CSS Codes

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

#48265f Text Font Color

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

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


#48265f Background Color

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

This div background color is #48265f


#48265f Border Color

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

This div border color is #48265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48265f


Comments

No comments written yet.

Please login to write comment.