Color Hex Logo

#481fde Color Hex

#481FDE
(72,31,222)
0 Favorites   0 Comments

Color spaces of #481fde

RGB 7231222
HSL0.700.750.50
HSV253°86°87°
CMYK 0.680.860.00   0.13
XYZ16.34737.631669.7187
Yxy7.63160.17450.0814
Hunter Lab27.625457.2830-130.2937
CIE-Lab33.203665.9761-87.5487

#481fde color RGB value is (72,31,222).

#481fde hex color red value is 72, green value is 31 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #481fde hue: 0.70 , saturation: 0.75 and the lightness value of 481fde is 0.50.

The process color (four color CMYK) of #481fde color hex is 0.68, 0.86, 0.00, 0.13. Web safe color of #481fde is #3333cc. Color #481fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 11011110
Octal 110 37 336
Decimal 72 31 222
Hex 48 1F DE

RGB Percentages of Color #481fde

%22.15
%9.54
%68.31

CMYK Percentages of Color #481fde

%68
%86
%0
%13

Triadic Colors of #481fde

#481fde #de481f #1fde48

Analogous Colors of #481fde

#481fde #a81fde #1f56de

Monochromatic Colors of #481fde

#481fde

Complementary Color

#481fde #b5de1f

#481fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#481fde Color CSS Codes

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

#481fde Text Font Color

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

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


#481fde Background Color

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

This div background color is #481fde


#481fde Border Color

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

This div border color is #481fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481fde


Comments

No comments written yet.

Please login to write comment.