Color Hex Logo

#482da9 Color Hex

#482DA9
(72,45,169)
0 Favorites   0 Comments

Color spaces of #482da9

RGB 7245169
HSL0.700.580.42
HSV253°73°66°
CMYK 0.570.730.00   0.34
XYZ10.77236.119138.1495
Yxy6.11910.19570.1112
Hunter Lab24.736834.4431-74.1222
CIE-Lab29.711044.9391-62.1838

#482da9 color RGB value is (72,45,169).

#482da9 hex color red value is 72, green value is 45 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #482da9 hue: 0.70 , saturation: 0.58 and the lightness value of 482da9 is 0.42.

The process color (four color CMYK) of #482da9 color hex is 0.57, 0.73, 0.00, 0.34. Web safe color of #482da9 is #333399. Color #482da9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 10101001
Octal 110 55 251
Decimal 72 45 169
Hex 48 2D A9

RGB Percentages of Color #482da9

%25.17
%15.73
%59.09

CMYK Percentages of Color #482da9

%57
%73
%0
%34

Triadic Colors of #482da9

#482da9 #a9482d #2da948

Analogous Colors of #482da9

#482da9 #862da9 #2d50a9

Monochromatic Colors of #482da9

#482da9

Complementary Color

#482da9 #8ea92d

#482da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482da9 Color CSS Codes

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

#482da9 Text Font Color

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

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


#482da9 Background Color

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

This div background color is #482da9


#482da9 Border Color

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

This div border color is #482da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482da9


Comments

No comments written yet.

Please login to write comment.