Color Hex Logo

#482276 Color Hex

#482276
(72,34,118)
0 Favorites   0 Comments

Color spaces of #482276

RGB 7234118
HSL0.740.550.30
HSV267°71°46°
CMYK 0.390.710.00   0.54
XYZ6.51453.829817.5354
Yxy3.82980.23370.1374
Hunter Lab19.569925.1725-39.4273
CIE-Lab23.100636.0843-41.3985

#482276 color RGB value is (72,34,118).

#482276 hex color red value is 72, green value is 34 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #482276 hue: 0.74 , saturation: 0.55 and the lightness value of 482276 is 0.30.

The process color (four color CMYK) of #482276 color hex is 0.39, 0.71, 0.00, 0.54. Web safe color of #482276 is #333366. Color #482276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100010 01110110
Octal 110 42 166
Decimal 72 34 118
Hex 48 22 76

RGB Percentages of Color #482276

%32.14
%15.18
%52.68

CMYK Percentages of Color #482276

%39
%71
%0
%54

Triadic Colors of #482276

#482276 #764822 #227648

Analogous Colors of #482276

#482276 #722276 #222676

Monochromatic Colors of #482276

#482276

Complementary Color

#482276 #507622

#482276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482276 Color CSS Codes

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

#482276 Text Font Color

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

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


#482276 Background Color

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

This div background color is #482276


#482276 Border Color

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

This div border color is #482276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482276


Comments

No comments written yet.

Please login to write comment.