Color Hex Logo

#482ec2 Color Hex

#482EC2
(72,46,194)
0 Favorites   0 Comments

Color spaces of #482ec2

RGB 7246194
HSL0.700.620.47
HSV251°76°76°
CMYK 0.630.760.00   0.24
XYZ13.38717.226751.7283
Yxy7.22670.18510.0999
Hunter Lab26.882541.8460-95.2701
CIE-Lab32.317551.8821-72.7519

#482ec2 color RGB value is (72,46,194).

#482ec2 hex color red value is 72, green value is 46 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #482ec2 hue: 0.70 , saturation: 0.62 and the lightness value of 482ec2 is 0.47.

The process color (four color CMYK) of #482ec2 color hex is 0.63, 0.76, 0.00, 0.24. Web safe color of #482ec2 is #3333cc. Color #482ec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 11000010
Octal 110 56 302
Decimal 72 46 194
Hex 48 2E C2

RGB Percentages of Color #482ec2

%23.08
%14.74
%62.18

CMYK Percentages of Color #482ec2

%63
%76
%0
%24

Triadic Colors of #482ec2

#482ec2 #c2482e #2ec248

Analogous Colors of #482ec2

#482ec2 #922ec2 #2e5ec2

Monochromatic Colors of #482ec2

#482ec2

Complementary Color

#482ec2 #a8c22e

#482ec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482ec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482ec2 Color CSS Codes

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

#482ec2 Text Font Color

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

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


#482ec2 Background Color

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

This div background color is #482ec2


#482ec2 Border Color

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

This div border color is #482ec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482ec2


Comments

No comments written yet.

Please login to write comment.