Color Hex Logo

#481afd Color Hex

#481AFD
(72,26,253)
0 Favorites   0 Comments

Color spaces of #481afd

RGB 7226253
HSL0.700.980.55
HSV252°90°99°
CMYK 0.720.900.00   0.01
XYZ20.77159.208493.6111
Yxy9.20840.16810.0745
Hunter Lab30.345369.0795-161.6595
CIE-Lab36.382575.3845-99.8599

#481afd color RGB value is (72,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011010 11111101
Octal 110 32 375
Decimal 72 26 253
Hex 48 1A FD

RGB Percentages of Color #481afd

%20.51
%7.41
%72.08

CMYK Percentages of Color #481afd

%72
%90
%0
%1

Triadic Colors of #481afd

#481afd #fd481a #1afd48

Analogous Colors of #481afd

#481afd #ba1afd #1a5efd

Monochromatic Colors of #481afd

#481afd

Complementary Color

#481afd #cffd1a

#481afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481afd Color CSS Codes

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

#481afd Text Font Color

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

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


#481afd Background Color

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

This div background color is #481afd


#481afd Border Color

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

This div border color is #481afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481afd


Comments

No comments written yet.

Please login to write comment.