Color Hex Logo

#482681 Color Hex

#482681
(72,38,129)
0 Favorites   0 Comments

Color spaces of #482681

RGB 7238129
HSL0.730.540.33
HSV262°71°51°
CMYK 0.440.710.00   0.49
XYZ7.32804.348921.2221
Yxy4.34890.22270.1322
Hunter Lab20.854026.2295-45.7387
CIE-Lab24.792936.9755-45.6269

#482681 color RGB value is (72,38,129).

#482681 hex color red value is 72, green value is 38 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #482681 hue: 0.73 , saturation: 0.54 and the lightness value of 482681 is 0.33.

The process color (four color CMYK) of #482681 color hex is 0.44, 0.71, 0.00, 0.49. Web safe color of #482681 is #333399. Color #482681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 10000001
Octal 110 46 201
Decimal 72 38 129
Hex 48 26 81

RGB Percentages of Color #482681

%30.13
%15.90
%53.97

CMYK Percentages of Color #482681

%44
%71
%0
%49

Triadic Colors of #482681

#482681 #814826 #268148

Analogous Colors of #482681

#482681 #762681 #263281

Monochromatic Colors of #482681

#482681

Complementary Color

#482681 #5f8126

#482681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482681 Color CSS Codes

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

#482681 Text Font Color

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

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


#482681 Background Color

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

This div background color is #482681


#482681 Border Color

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

This div border color is #482681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482681


Comments

No comments written yet.

Please login to write comment.