Color Hex Logo

#482b9f Color Hex

#482B9F
(72,43,159)
0 Favorites   0 Comments

Color spaces of #482b9f

RGB 7243159
HSL0.710.570.40
HSV255°73°62°
CMYK 0.550.730.00   0.38
XYZ9.79445.608733.3672
Yxy5.60870.20080.1150
Hunter Lab23.682732.3771-66.9574
CIE-Lab28.403043.0217-58.2825

#482b9f color RGB value is (72,43,159).

#482b9f hex color red value is 72, green value is 43 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #482b9f hue: 0.71 , saturation: 0.57 and the lightness value of 482b9f is 0.40.

The process color (four color CMYK) of #482b9f color hex is 0.55, 0.73, 0.00, 0.38. Web safe color of #482b9f is #333399. Color #482b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 10011111
Octal 110 53 237
Decimal 72 43 159
Hex 48 2B 9F

RGB Percentages of Color #482b9f

%26.28
%15.69
%58.03

CMYK Percentages of Color #482b9f

%55
%73
%0
%38

Triadic Colors of #482b9f

#482b9f #9f482b #2b9f48

Analogous Colors of #482b9f

#482b9f #822b9f #2b489f

Monochromatic Colors of #482b9f

#482b9f

Complementary Color

#482b9f #829f2b

#482b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#482b9f Color CSS Codes

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

#482b9f Text Font Color

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

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


#482b9f Background Color

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

This div background color is #482b9f


#482b9f Border Color

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

This div border color is #482b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482b9f


Comments

No comments written yet.

Please login to write comment.