Color Hex Logo

#481bad Color Hex

#481BAD
(72,27,173)
0 Favorites   0 Comments

Color spaces of #481bad

RGB 7227173
HSL0.720.730.39
HSV258°84°68°
CMYK 0.580.840.00   0.32
XYZ10.60725.178739.9757
Yxy5.17870.19020.0929
Hunter Lab22.756843.3767-88.2222
CIE-Lab27.237954.3562-68.6625

#481bad color RGB value is (72,27,173).

#481bad hex color red value is 72, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #481bad hue: 0.72 , saturation: 0.73 and the lightness value of 481bad is 0.39.

The process color (four color CMYK) of #481bad color hex is 0.58, 0.84, 0.00, 0.32. Web safe color of #481bad is #333399. Color #481bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 10101101
Octal 110 33 255
Decimal 72 27 173
Hex 48 1B AD

RGB Percentages of Color #481bad

%26.47
%9.93
%63.60

CMYK Percentages of Color #481bad

%58
%84
%0
%32

Triadic Colors of #481bad

#481bad #ad481b #1bad48

Analogous Colors of #481bad

#481bad #911bad #1b37ad

Monochromatic Colors of #481bad

#481bad

Complementary Color

#481bad #80ad1b

#481bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#481bad Color CSS Codes

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

#481bad Text Font Color

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

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


#481bad Background Color

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

This div background color is #481bad


#481bad Border Color

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

This div border color is #481bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481bad


Comments

No comments written yet.

Please login to write comment.