Color Hex Logo

#482adc Color Hex

#482ADC
(72,42,220)
0 Favorites   0 Comments

Color spaces of #482adc

RGB 7242220
HSL0.690.720.51
HSV250°81°86°
CMYK 0.670.810.00   0.14
XYZ16.41878.201068.4277
Yxy8.20100.17650.0881
Hunter Lab28.637452.2241-121.6245
CIE-Lab34.398061.2318-84.4186

#482adc color RGB value is (72,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 11011100
Octal 110 52 334
Decimal 72 42 220
Hex 48 2A DC

RGB Percentages of Color #482adc

%21.56
%12.57
%65.87

CMYK Percentages of Color #482adc

%67
%81
%0
%14

Triadic Colors of #482adc

#482adc #dc482a #2adc48

Analogous Colors of #482adc

#482adc #a12adc #2a65dc

Monochromatic Colors of #482adc

#482adc

Complementary Color

#482adc #bedc2a

#482adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#482adc Color CSS Codes

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

#482adc Text Font Color

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

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


#482adc Background Color

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

This div background color is #482adc


#482adc Border Color

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

This div border color is #482adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,42,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 #482adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482adc


Comments

No comments written yet.

Please login to write comment.