Color Hex Logo

#482bbd Color Hex

#482BBD
(72,43,189)
0 Favorites   0 Comments

Color spaces of #482bbd

RGB 7243189
HSL0.700.630.45
HSV252°77°74°
CMYK 0.620.770.00   0.26
XYZ12.72176.779648.7822
Yxy6.77960.18630.0993
Hunter Lab26.037741.6471-92.8549
CIE-Lab31.299851.8852-71.4858

#482bbd color RGB value is (72,43,189).

#482bbd hex color red value is 72, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #482bbd hue: 0.70 , saturation: 0.63 and the lightness value of 482bbd is 0.45.

The process color (four color CMYK) of #482bbd color hex is 0.62, 0.77, 0.00, 0.26. Web safe color of #482bbd is #3333cc. Color #482bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 10111101
Octal 110 53 275
Decimal 72 43 189
Hex 48 2B BD

RGB Percentages of Color #482bbd

%23.68
%14.14
%62.17

CMYK Percentages of Color #482bbd

%62
%77
%0
%26

Triadic Colors of #482bbd

#482bbd #bd482b #2bbd48

Analogous Colors of #482bbd

#482bbd #912bbd #2b57bd

Monochromatic Colors of #482bbd

#482bbd

Complementary Color

#482bbd #a0bd2b

#482bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#482bbd Color CSS Codes

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

#482bbd Text Font Color

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

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


#482bbd Background Color

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

This div background color is #482bbd


#482bbd Border Color

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

This div border color is #482bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482bbd


Comments

No comments written yet.

Please login to write comment.