Color Hex Logo

#480cea Color Hex

#480CEA
(72,12,234)
0 Favorites   0 Comments

Color spaces of #480cea

RGB 7212234
HSL0.710.900.48
HSV256°95°92°
CMYK 0.690.950.00   0.08
XYZ17.65527.581278.3747
Yxy7.58120.17040.0732
Hunter Lab27.534066.2724-149.4935
CIE-Lab33.095073.6702-94.5936

#480cea color RGB value is (72,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001100 11101010
Octal 110 14 352
Decimal 72 12 234
Hex 48 C EA

RGB Percentages of Color #480cea

%22.64
%3.77
%73.58

CMYK Percentages of Color #480cea

%69
%95
%0
%8

Triadic Colors of #480cea

#480cea #ea480c #0cea48

Analogous Colors of #480cea

#480cea #b70cea #0c3fea

Monochromatic Colors of #480cea

#480cea

Complementary Color

#480cea #aeea0c

#480cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#480cea Color CSS Codes

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

#480cea Text Font Color

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

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


#480cea Background Color

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

This div background color is #480cea


#480cea Border Color

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

This div border color is #480cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480cea


Comments

No comments written yet.

Please login to write comment.