Color Hex Logo

#482ddf Color Hex

#482DDF
(72,45,223)
0 Favorites   0 Comments

Color spaces of #482ddf

RGB 7245223
HSL0.690.740.53
HSV249°80°87°
CMYK 0.680.800.00   0.13
XYZ16.93028.582270.5763
Yxy8.58220.17620.0893
Hunter Lab29.295451.8906-122.3303
CIE-Lab35.167160.7790-84.8672

#482ddf color RGB value is (72,45,223).

#482ddf hex color red value is 72, green value is 45 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #482ddf hue: 0.69 , saturation: 0.74 and the lightness value of 482ddf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101101 11011111
Octal 110 55 337
Decimal 72 45 223
Hex 48 2D DF

RGB Percentages of Color #482ddf

%21.18
%13.24
%65.59

CMYK Percentages of Color #482ddf

%68
%80
%0
%13

Triadic Colors of #482ddf

#482ddf #df482d #2ddf48

Analogous Colors of #482ddf

#482ddf #a12ddf #2d6bdf

Monochromatic Colors of #482ddf

#482ddf

Complementary Color

#482ddf #c4df2d

#482ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#482ddf Color CSS Codes

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

#482ddf Text Font Color

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

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


#482ddf Background Color

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

This div background color is #482ddf


#482ddf Border Color

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

This div border color is #482ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482ddf


Comments

No comments written yet.

Please login to write comment.