Color Hex Logo

#48274b Color Hex

#48274B
(72,39,75)
0 Favorites   0 Comments

Color spaces of #48274b

RGB 723975
HSL0.820.320.22
HSV295°48°29°
CMYK 0.040.480.00   0.71
XYZ4.66803.33687.0546
Yxy3.33680.31000.2216
Hunter Lab18.266913.6475-10.1107
CIE-Lab21.345222.1346-15.9398

#48274b color RGB value is (72,39,75).

#48274b hex color red value is 72, green value is 39 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #48274b hue: 0.82 , saturation: 0.32 and the lightness value of 48274b is 0.22.

The process color (four color CMYK) of #48274b color hex is 0.04, 0.48, 0.00, 0.71. Web safe color of #48274b is #333333. Color #48274b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 01001011
Octal 110 47 113
Decimal 72 39 75
Hex 48 27 4B

RGB Percentages of Color #48274b

%38.71
%20.97
%40.32

CMYK Percentages of Color #48274b

%4
%48
%0
%71

Triadic Colors of #48274b

#48274b #4b4827 #274b48

Analogous Colors of #48274b

#48274b #4b273c #36274b

Monochromatic Colors of #48274b

#48274b

Complementary Color

#48274b #2a4b27

#48274b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48274b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48274b Color CSS Codes

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

#48274b Text Font Color

<p style="color:#48274b">Text here</p>

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


#48274b Background Color

<div style="background-color:#48274b">
Div content here</div>

This div background color is #48274b


#48274b Border Color

<div style="border:3px solid #48274b">
Div here</div>

This div border color is #48274b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,39,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48274b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48274b;
  -webkit-box-shadow: 1px 1px 3px 2px #48274b;
  box-shadow:         1px 1px 3px 2px #48274b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48274b


Comments

No comments written yet.

Please login to write comment.