Color Hex Logo

#483add Color Hex

#483ADD
(72,58,221)
0 Favorites   0 Comments

Color spaces of #483add

RGB 7258221
HSL0.680.710.55
HSV245°74°87°
CMYK 0.670.740.00   0.13
XYZ17.23679.624369.3558
Yxy9.62430.17910.1000
Hunter Lab31.023144.8859-110.8338
CIE-Lab37.159553.8786-80.4285

#483add color RGB value is (72,58,221).

#483add hex color red value is 72, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #483add hue: 0.68 , saturation: 0.71 and the lightness value of 483add is 0.55.

The process color (four color CMYK) of #483add color hex is 0.67, 0.74, 0.00, 0.13. Web safe color of #483add is #3333cc. Color #483add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111010 11011101
Octal 110 72 335
Decimal 72 58 221
Hex 48 3A DD

RGB Percentages of Color #483add

%20.51
%16.52
%62.96

CMYK Percentages of Color #483add

%67
%74
%0
%13

Triadic Colors of #483add

#483add #dd483a #3add48

Analogous Colors of #483add

#483add #9a3add #3a7edd

Monochromatic Colors of #483add

#483add

Complementary Color

#483add #cfdd3a

#483add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483add Color Preview on White Background

Lorem ipsum dolor sit amet.

#483add Color CSS Codes

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

#483add Text Font Color

<p style="color:#483add">Text here</p>

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


#483add Background Color

<div style="background-color:#483add">
Div content here</div>

This div background color is #483add


#483add Border Color

<div style="border:3px solid #483add">
Div here</div>

This div border color is #483add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,58,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #483add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #483add;
  -webkit-box-shadow: 1px 1px 3px 2px #483add;
  box-shadow:         1px 1px 3px 2px #483add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483add


Comments

No comments written yet.

Please login to write comment.