Color Hex Logo

#481eff Color Hex

#481EFF
(72,30,255)
0 Favorites   0 Comments

Color spaces of #481eff

RGB 7230255
HSL0.701.000.56
HSV251°88°100°
CMYK 0.720.880.00   0.00
XYZ21.18689.526395.3298
Yxy9.52630.16810.0756
Hunter Lab30.864768.5165-161.5199
CIE-Lab36.978574.8095-99.9892

#481eff color RGB value is (72,30,255).

#481eff hex color red value is 72, green value is 30 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #481eff hue: 0.70 , saturation: 1.00 and the lightness value of 481eff is 0.56.

The process color (four color CMYK) of #481eff color hex is 0.72, 0.88, 0.00, 0.00. Web safe color of #481eff is #3333ff. Color #481eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 11111111
Octal 110 36 377
Decimal 72 30 255
Hex 48 1E FF

RGB Percentages of Color #481eff

%20.17
%8.40
%71.43

CMYK Percentages of Color #481eff

%72
%88
%0
%0

Triadic Colors of #481eff

#481eff #ff481e #1eff48

Analogous Colors of #481eff

#481eff #b91eff #1e65ff

Monochromatic Colors of #481eff

#481eff

Complementary Color

#481eff #d5ff1e

#481eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#481eff Color CSS Codes

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

#481eff Text Font Color

<p style="color:#481eff">Text here</p>

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


#481eff Background Color

<div style="background-color:#481eff">
Div content here</div>

This div background color is #481eff


#481eff Border Color

<div style="border:3px solid #481eff">
Div here</div>

This div border color is #481eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,30,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481eff;
  -webkit-box-shadow: 1px 1px 3px 2px #481eff;
  box-shadow:         1px 1px 3px 2px #481eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481eff

Related Colors


Comments

No comments written yet.

Please login to write comment.