Color Hex Logo

#480bea Color Hex

#480BEA
(72,11,234)
0 Favorites   0 Comments

Color spaces of #480bea

RGB 7211234
HSL0.710.910.48
HSV256°95°92°
CMYK 0.690.950.00   0.08
XYZ17.64347.557678.3707
Yxy7.55760.17030.0730
Hunter Lab27.491166.4494-149.7782
CIE-Lab33.044073.8265-94.6785

#480bea color RGB value is (72,11,234).

#480bea hex color red value is 72, green value is 11 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #480bea hue: 0.71 , saturation: 0.91 and the lightness value of 480bea is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001011 11101010
Octal 110 13 352
Decimal 72 11 234
Hex 48 B EA

RGB Percentages of Color #480bea

%22.71
%3.47
%73.82

CMYK Percentages of Color #480bea

%69
%95
%0
%8

Triadic Colors of #480bea

#480bea #ea480b #0bea48

Analogous Colors of #480bea

#480bea #b80bea #0b3dea

Monochromatic Colors of #480bea

#480bea

Complementary Color

#480bea #adea0b

#480bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#480bea Color CSS Codes

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

#480bea Text Font Color

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

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


#480bea Background Color

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

This div background color is #480bea


#480bea Border Color

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

This div border color is #480bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480bea


Comments

No comments written yet.

Please login to write comment.