Color Hex Logo

#482ada Color Hex

#482ADA
(72,42,218)
0 Favorites   0 Comments

Color spaces of #482ada

RGB 7242218
HSL0.700.700.51
HSV250°81°85°
CMYK 0.670.810.00   0.15
XYZ16.15538.095667.0408
Yxy8.09560.17700.0887
Hunter Lab28.452851.5588-119.7830
CIE-Lab34.181260.6693-83.6272

#482ada color RGB value is (72,42,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 11011010
Octal 110 52 332
Decimal 72 42 218
Hex 48 2A DA

RGB Percentages of Color #482ada

%21.69
%12.65
%65.66

CMYK Percentages of Color #482ada

%67
%81
%0
%15

Triadic Colors of #482ada

#482ada #da482a #2ada48

Analogous Colors of #482ada

#482ada #a02ada #2a64da

Monochromatic Colors of #482ada

#482ada

Complementary Color

#482ada #bcda2a

#482ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#482ada Color CSS Codes

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

#482ada Text Font Color

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

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


#482ada Background Color

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

This div background color is #482ada


#482ada Border Color

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

This div border color is #482ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482ada


Comments

No comments written yet.

Please login to write comment.