Color Hex Logo

#481dfa Color Hex

#481DFA
(72,29,250)
0 Favorites   0 Comments

Color spaces of #481dfa

RGB 7229250
HSL0.700.960.55
HSV252°88°98°
CMYK 0.710.880.00   0.02
XYZ20.36729.158691.1368
Yxy9.15860.16880.0759
Hunter Lab30.263267.1704-157.3661
CIE-Lab36.287973.8254-98.3325

#481dfa color RGB value is (72,29,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11111010
Octal 110 35 372
Decimal 72 29 250
Hex 48 1D FA

RGB Percentages of Color #481dfa

%20.51
%8.26
%71.23

CMYK Percentages of Color #481dfa

%71
%88
%0
%2

Triadic Colors of #481dfa

#481dfa #fa481d #1dfa48

Analogous Colors of #481dfa

#481dfa #b71dfa #1d61fa

Monochromatic Colors of #481dfa

#481dfa

Complementary Color

#481dfa #cffa1d

#481dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#481dfa Color CSS Codes

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

#481dfa Text Font Color

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

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


#481dfa Background Color

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

This div background color is #481dfa


#481dfa Border Color

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

This div border color is #481dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481dfa


Comments

No comments written yet.

Please login to write comment.