Color Hex Logo

#482dba Color Hex

#482DBA
(72,45,186)
0 Favorites   0 Comments

Color spaces of #482dba

RGB 7245186
HSL0.700.610.45
HSV251°76°73°
CMYK 0.610.760.00   0.27
XYZ12.47386.799747.1094
Yxy6.79970.18790.1024
Hunter Lab26.076239.7537-88.8601
CIE-Lab31.346550.0117-69.6357

#482dba color RGB value is (72,45,186).

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

The process color (four color CMYK) of #482dba color hex is 0.61, 0.76, 0.00, 0.27. Web safe color of #482dba is #3333cc. Color #482dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 10111010
Octal 110 55 272
Decimal 72 45 186
Hex 48 2D BA

RGB Percentages of Color #482dba

%23.76
%14.85
%61.39

CMYK Percentages of Color #482dba

%61
%76
%0
%27

Triadic Colors of #482dba

#482dba #ba482d #2dba48

Analogous Colors of #482dba

#482dba #8f2dba #2d58ba

Monochromatic Colors of #482dba

#482dba

Complementary Color

#482dba #9fba2d

#482dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#482dba Color CSS Codes

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

#482dba Text Font Color

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

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


#482dba Background Color

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

This div background color is #482dba


#482dba Border Color

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

This div border color is #482dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482dba


Comments

No comments written yet.

Please login to write comment.