Color Hex Logo

#482c5e Color Hex

#482C5E
(72,44,94)
0 Favorites   0 Comments

Color spaces of #482c5e

RGB 724494
HSL0.760.360.27
HSV274°53°37°
CMYK 0.230.530.00   0.63
XYZ5.59353.987211.0645
Yxy3.98720.27090.1931
Hunter Lab19.968015.0581-18.8757
CIE-Lab23.629123.6695-25.0038

#482c5e color RGB value is (72,44,94).

#482c5e hex color red value is 72, green value is 44 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #482c5e hue: 0.76 , saturation: 0.36 and the lightness value of 482c5e is 0.27.

The process color (four color CMYK) of #482c5e color hex is 0.23, 0.53, 0.00, 0.63. Web safe color of #482c5e is #333366. Color #482c5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101100 01011110
Octal 110 54 136
Decimal 72 44 94
Hex 48 2C 5E

RGB Percentages of Color #482c5e

%34.29
%20.95
%44.76

CMYK Percentages of Color #482c5e

%23
%53
%0
%63

Triadic Colors of #482c5e

#482c5e #5e482c #2c5e48

Analogous Colors of #482c5e

#482c5e #5e2c5b #2f2c5e

Monochromatic Colors of #482c5e

#482c5e

Complementary Color

#482c5e #425e2c

#482c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#482c5e Color CSS Codes

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

#482c5e Text Font Color

<p style="color:#482c5e">Text here</p>

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


#482c5e Background Color

<div style="background-color:#482c5e">
Div content here</div>

This div background color is #482c5e


#482c5e Border Color

<div style="border:3px solid #482c5e">
Div here</div>

This div border color is #482c5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,44,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482c5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482c5e;
  -webkit-box-shadow: 1px 1px 3px 2px #482c5e;
  box-shadow:         1px 1px 3px 2px #482c5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482c5e


Comments

No comments written yet.

Please login to write comment.