Color Hex Logo

#481afe Color Hex

#481AFE
(72,26,254)
0 Favorites   0 Comments

Color spaces of #481afe

RGB 7226254
HSL0.700.990.55
HSV252°90°100°
CMYK 0.720.900.00   0.00
XYZ20.93139.272394.4525
Yxy9.27230.16790.0744
Hunter Lab30.450569.4106-162.5929
CIE-Lab36.503475.6337-100.2196

#481afe color RGB value is (72,26,254).

#481afe hex color red value is 72, green value is 26 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #481afe hue: 0.70 , saturation: 0.99 and the lightness value of 481afe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011010 11111110
Octal 110 32 376
Decimal 72 26 254
Hex 48 1A FE

RGB Percentages of Color #481afe

%20.45
%7.39
%72.16

CMYK Percentages of Color #481afe

%72
%90
%0
%0

Triadic Colors of #481afe

#481afe #fe481a #1afe48

Analogous Colors of #481afe

#481afe #ba1afe #1a5efe

Monochromatic Colors of #481afe

#481afe

Complementary Color

#481afe #d0fe1a

#481afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#481afe Color CSS Codes

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

#481afe Text Font Color

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

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


#481afe Background Color

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

This div background color is #481afe


#481afe Border Color

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

This div border color is #481afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481afe


Comments

No comments written yet.

Please login to write comment.