Color Hex Logo

#483adc Color Hex

#483ADC
(72,58,220)
0 Favorites   0 Comments

Color spaces of #483adc

RGB 7258220
HSL0.680.700.55
HSV245°74°86°
CMYK 0.670.740.00   0.14
XYZ17.10389.571168.6561
Yxy9.57110.17940.1004
Hunter Lab30.937244.5446-109.9209
CIE-Lab37.061453.5723-80.0170

#483adc color RGB value is (72,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111010 11011100
Octal 110 72 334
Decimal 72 58 220
Hex 48 3A DC

RGB Percentages of Color #483adc

%20.57
%16.57
%62.86

CMYK Percentages of Color #483adc

%67
%74
%0
%14

Triadic Colors of #483adc

#483adc #dc483a #3adc48

Analogous Colors of #483adc

#483adc #993adc #3a7ddc

Monochromatic Colors of #483adc

#483adc

Complementary Color

#483adc #cedc3a

#483adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#483adc Color CSS Codes

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

#483adc Text Font Color

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

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


#483adc Background Color

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

This div background color is #483adc


#483adc Border Color

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

This div border color is #483adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483adc


Comments

No comments written yet.

Please login to write comment.