Color Hex Logo

#482d8a Color Hex

#482D8A
(72,45,138)
0 Favorites   0 Comments

Color spaces of #482d8a

RGB 7245138
HSL0.720.510.36
HSV257°67°54°
CMYK 0.480.670.00   0.46
XYZ8.19835.089524.5950
Yxy5.08950.21640.1343
Hunter Lab22.559925.3872-48.8465
CIE-Lab26.988235.6242-47.6856

#482d8a color RGB value is (72,45,138).

#482d8a hex color red value is 72, green value is 45 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #482d8a hue: 0.72 , saturation: 0.51 and the lightness value of 482d8a is 0.36.

The process color (four color CMYK) of #482d8a color hex is 0.48, 0.67, 0.00, 0.46. Web safe color of #482d8a is #333399. Color #482d8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 10001010
Octal 110 55 212
Decimal 72 45 138
Hex 48 2D 8A

RGB Percentages of Color #482d8a

%28.24
%17.65
%54.12

CMYK Percentages of Color #482d8a

%48
%67
%0
%46

Triadic Colors of #482d8a

#482d8a #8a482d #2d8a48

Analogous Colors of #482d8a

#482d8a #772d8a #2d418a

Monochromatic Colors of #482d8a

#482d8a

Complementary Color

#482d8a #6f8a2d

#482d8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482d8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#482d8a Color CSS Codes

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

#482d8a Text Font Color

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

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


#482d8a Background Color

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

This div background color is #482d8a


#482d8a Border Color

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

This div border color is #482d8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482d8a


Comments

No comments written yet.

Please login to write comment.