Color Hex Logo

#481fbe Color Hex

#481FBE
(72,31,190)
0 Favorites   0 Comments

Color spaces of #481fbe

RGB 7231190
HSL0.710.720.43
HSV255°84°75°
CMYK 0.620.840.00   0.25
XYZ12.45676.075449.2313
Yxy6.07540.18380.0897
Hunter Lab24.648347.0752-101.1690
CIE-Lab29.601957.4154-74.8815

#481fbe color RGB value is (72,31,190).

#481fbe hex color red value is 72, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #481fbe hue: 0.71 , saturation: 0.72 and the lightness value of 481fbe is 0.43.

The process color (four color CMYK) of #481fbe color hex is 0.62, 0.84, 0.00, 0.25. Web safe color of #481fbe is #3333cc. Color #481fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 10111110
Octal 110 37 276
Decimal 72 31 190
Hex 48 1F BE

RGB Percentages of Color #481fbe

%24.57
%10.58
%64.85

CMYK Percentages of Color #481fbe

%62
%84
%0
%25

Triadic Colors of #481fbe

#481fbe #be481f #1fbe48

Analogous Colors of #481fbe

#481fbe #981fbe #1f45be

Monochromatic Colors of #481fbe

#481fbe

Complementary Color

#481fbe #95be1f

#481fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#481fbe Color CSS Codes

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

#481fbe Text Font Color

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

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


#481fbe Background Color

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

This div background color is #481fbe


#481fbe Border Color

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

This div border color is #481fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481fbe


Comments

No comments written yet.

Please login to write comment.