Color Hex Logo

#482d8c Color Hex

#482D8C
(72,45,140)
0 Favorites   0 Comments

Color spaces of #482d8c

RGB 7245140
HSL0.710.510.36
HSV257°68°55°
CMYK 0.490.680.00   0.45
XYZ8.34455.147925.3648
Yxy5.14790.21470.1325
Hunter Lab22.689025.9426-50.4001
CIE-Lab27.152036.2237-48.6609

#482d8c color RGB value is (72,45,140).

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

The process color (four color CMYK) of #482d8c color hex is 0.49, 0.68, 0.00, 0.45. Web safe color of #482d8c is #333399. Color #482d8c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 10001100
Octal 110 55 214
Decimal 72 45 140
Hex 48 2D 8C

RGB Percentages of Color #482d8c

%28.02
%17.51
%54.47

CMYK Percentages of Color #482d8c

%49
%68
%0
%45

Triadic Colors of #482d8c

#482d8c #8c482d #2d8c48

Analogous Colors of #482d8c

#482d8c #782d8c #2d428c

Monochromatic Colors of #482d8c

#482d8c

Complementary Color

#482d8c #718c2d

#482d8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482d8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#482d8c Color CSS Codes

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

#482d8c Text Font Color

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

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


#482d8c Background Color

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

This div background color is #482d8c


#482d8c Border Color

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

This div border color is #482d8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482d8c


Comments

No comments written yet.

Please login to write comment.