Color Hex Logo

#48425f Color Hex

#48425F
(72,66,95)
0 Favorites   0 Comments

Color spaces of #48425f

RGB 726695
HSL0.700.180.32
HSV252°31°37°
CMYK 0.240.310.00   0.63
XYZ6.68636.100411.6516
Yxy6.10040.27360.2496
Hunter Lab24.69905.0988-10.6804
CIE-Lab29.66449.5753-16.2206

#48425f color RGB value is (72,66,95).

#48425f hex color red value is 72, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #48425f hue: 0.70 , saturation: 0.18 and the lightness value of 48425f is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000010 01011111
Octal 110 102 137
Decimal 72 66 95
Hex 48 42 5F

RGB Percentages of Color #48425f

%30.90
%28.33
%40.77

CMYK Percentages of Color #48425f

%24
%31
%0
%63

Triadic Colors of #48425f

#48425f #5f4842 #425f48

Analogous Colors of #48425f

#48425f #57425f #424b5f

Monochromatic Colors of #48425f

#48425f

Complementary Color

#48425f #595f42

#48425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48425f Color CSS Codes

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

#48425f Text Font Color

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

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


#48425f Background Color

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

This div background color is #48425f


#48425f Border Color

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

This div border color is #48425f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,66,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 #48425f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48425f


Comments

No comments written yet.

Please login to write comment.