Color Hex Logo

#482bea Color Hex

#482BEA
(72,43,234)
0 Favorites   0 Comments

Color spaces of #482bea

RGB 7243234
HSL0.690.820.54
HSV249°82°92°
CMYK 0.690.820.00   0.08
XYZ18.38769.046078.6188
Yxy9.04600.17340.0853
Hunter Lab30.076656.4937-133.9278
CIE-Lab36.072764.7269-89.6455

#482bea color RGB value is (72,43,234).

#482bea hex color red value is 72, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #482bea hue: 0.69 , saturation: 0.82 and the lightness value of 482bea is 0.54.

The process color (four color CMYK) of #482bea color hex is 0.69, 0.82, 0.00, 0.08. Web safe color of #482bea is #3333ff. Color #482bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 11101010
Octal 110 53 352
Decimal 72 43 234
Hex 48 2B EA

RGB Percentages of Color #482bea

%20.63
%12.32
%67.05

CMYK Percentages of Color #482bea

%69
%82
%0
%8

Triadic Colors of #482bea

#482bea #ea482b #2bea48

Analogous Colors of #482bea

#482bea #a82bea #2b6eea

Monochromatic Colors of #482bea

#482bea

Complementary Color

#482bea #cdea2b

#482bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#482bea Color CSS Codes

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

#482bea Text Font Color

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

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


#482bea Background Color

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

This div background color is #482bea


#482bea Border Color

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

This div border color is #482bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482bea


Comments

No comments written yet.

Please login to write comment.