Color Hex Logo

#481fbb Color Hex

#481FBB
(72,31,187)
0 Favorites   0 Comments

Color spaces of #481fbb

RGB 7231187
HSL0.710.720.43
HSV256°83°73°
CMYK 0.610.830.00   0.27
XYZ12.13215.945547.5219
Yxy5.94550.18490.0906
Hunter Lab24.383446.1428-98.4846
CIE-Lab29.274556.6009-73.6482

#481fbb color RGB value is (72,31,187).

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

The process color (four color CMYK) of #481fbb color hex is 0.61, 0.83, 0.00, 0.27. Web safe color of #481fbb is #3333cc. Color #481fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 10111011
Octal 110 37 273
Decimal 72 31 187
Hex 48 1F BB

RGB Percentages of Color #481fbb

%24.83
%10.69
%64.48

CMYK Percentages of Color #481fbb

%61
%83
%0
%27

Triadic Colors of #481fbb

#481fbb #bb481f #1fbb48

Analogous Colors of #481fbb

#481fbb #961fbb #1f44bb

Monochromatic Colors of #481fbb

#481fbb

Complementary Color

#481fbb #92bb1f

#481fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#481fbb Color CSS Codes

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

#481fbb Text Font Color

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

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


#481fbb Background Color

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

This div background color is #481fbb


#481fbb Border Color

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

This div border color is #481fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481fbb


Comments

No comments written yet.

Please login to write comment.