Color Hex Logo

#481cbf Color Hex

#481CBF
(72,28,191)
0 Favorites   0 Comments

Color spaces of #481cbf

RGB 7228191
HSL0.710.740.43
HSV256°85°75°
CMYK 0.620.850.00   0.25
XYZ12.49175.969849.7841
Yxy5.96980.18300.0875
Hunter Lab24.433248.5018-103.7038
CIE-Lab29.336158.7986-75.9121

#481cbf color RGB value is (72,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 10111111
Octal 110 34 277
Decimal 72 28 191
Hex 48 1C BF

RGB Percentages of Color #481cbf

%24.74
%9.62
%65.64

CMYK Percentages of Color #481cbf

%62
%85
%0
%25

Triadic Colors of #481cbf

#481cbf #bf481c #1cbf48

Analogous Colors of #481cbf

#481cbf #9a1cbf #1c41bf

Monochromatic Colors of #481cbf

#481cbf

Complementary Color

#481cbf #93bf1c

#481cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cbf Color CSS Codes

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

#481cbf Text Font Color

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

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


#481cbf Background Color

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

This div background color is #481cbf


#481cbf Border Color

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

This div border color is #481cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cbf


Comments

No comments written yet.

Please login to write comment.