Color Hex Logo

#482bdb Color Hex

#482BDB
(72,43,219)
0 Favorites   0 Comments

Color spaces of #482bdb

RGB 7243219
HSL0.690.710.51
HSV250°80°86°
CMYK 0.670.800.00   0.14
XYZ16.32258.219967.7441
Yxy8.21990.17690.0891
Hunter Lab28.670451.4498-120.0248
CIE-Lab34.436760.5201-83.7796

#482bdb color RGB value is (72,43,219).

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

The process color (four color CMYK) of #482bdb color hex is 0.67, 0.80, 0.00, 0.14. Web safe color of #482bdb is #3333cc. Color #482bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 11011011
Octal 110 53 333
Decimal 72 43 219
Hex 48 2B DB

RGB Percentages of Color #482bdb

%21.56
%12.87
%65.57

CMYK Percentages of Color #482bdb

%67
%80
%0
%14

Triadic Colors of #482bdb

#482bdb #db482b #2bdb48

Analogous Colors of #482bdb

#482bdb #a02bdb #2b66db

Monochromatic Colors of #482bdb

#482bdb

Complementary Color

#482bdb #bedb2b

#482bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#482bdb Color CSS Codes

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

#482bdb Text Font Color

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

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


#482bdb Background Color

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

This div background color is #482bdb


#482bdb Border Color

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

This div border color is #482bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482bdb


Comments

No comments written yet.

Please login to write comment.