Color Hex Logo

#482271 Color Hex

#482271
(72,34,113)
0 Favorites   0 Comments

Color spaces of #482271

RGB 7234113
HSL0.750.540.29
HSV269°70°44°
CMYK 0.360.700.00   0.56
XYZ6.22523.714016.0116
Yxy3.71400.23990.1431
Hunter Lab19.271723.9339-35.7699
CIE-Lab22.702534.7254-38.8370

#482271 color RGB value is (72,34,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01110001
Octal 110 42 161
Decimal 72 34 113
Hex 48 22 71

RGB Percentages of Color #482271

%32.88
%15.53
%51.60

CMYK Percentages of Color #482271

%36
%70
%0
%56

Triadic Colors of #482271

#482271 #714822 #227148

Analogous Colors of #482271

#482271 #702271 #222371

Monochromatic Colors of #482271

#482271

Complementary Color

#482271 #4b7122

#482271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482271 Color CSS Codes

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

#482271 Text Font Color

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

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


#482271 Background Color

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

This div background color is #482271


#482271 Border Color

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

This div border color is #482271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482271


Comments

No comments written yet.

Please login to write comment.