Color Hex Logo

#482170 Color Hex

#482170
(72,33,112)
0 Favorites   0 Comments

Color spaces of #482170

RGB 7233112
HSL0.750.540.28
HSV270°71°44°
CMYK 0.360.710.00   0.56
XYZ6.14103.635315.7072
Yxy3.63530.24100.1427
Hunter Lab19.066524.1257-35.4973
CIE-Lab22.427134.9993-38.6384

#482170 color RGB value is (72,33,112).

#482170 hex color red value is 72, green value is 33 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #482170 hue: 0.75 , saturation: 0.54 and the lightness value of 482170 is 0.28.

The process color (four color CMYK) of #482170 color hex is 0.36, 0.71, 0.00, 0.56. Web safe color of #482170 is #333366. Color #482170 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 01110000
Octal 110 41 160
Decimal 72 33 112
Hex 48 21 70

RGB Percentages of Color #482170

%33.18
%15.21
%51.61

CMYK Percentages of Color #482170

%36
%71
%0
%56

Triadic Colors of #482170

#482170 #704821 #217048

Analogous Colors of #482170

#482170 #702170 #212170

Monochromatic Colors of #482170

#482170

Complementary Color

#482170 #497021

#482170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482170 Color CSS Codes

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

#482170 Text Font Color

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

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


#482170 Background Color

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

This div background color is #482170


#482170 Border Color

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

This div border color is #482170


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,33,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482170; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482170;
  -webkit-box-shadow: 1px 1px 3px 2px #482170;
  box-shadow:         1px 1px 3px 2px #482170; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482170


Comments

No comments written yet.

Please login to write comment.