Color Hex Logo

#481cad Color Hex

#481CAD
(72,28,173)
0 Favorites   0 Comments

Color spaces of #481cad

RGB 7228173
HSL0.720.720.39
HSV258°84°68°
CMYK 0.580.840.00   0.32
XYZ10.63065.225439.9835
Yxy5.22540.19040.0936
Hunter Lab22.859143.0076-87.7043
CIE-Lab27.367553.9746-68.4484

#481cad color RGB value is (72,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 10101101
Octal 110 34 255
Decimal 72 28 173
Hex 48 1C AD

RGB Percentages of Color #481cad

%26.37
%10.26
%63.37

CMYK Percentages of Color #481cad

%58
%84
%0
%32

Triadic Colors of #481cad

#481cad #ad481c #1cad48

Analogous Colors of #481cad

#481cad #911cad #1c39ad

Monochromatic Colors of #481cad

#481cad

Complementary Color

#481cad #81ad1c

#481cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#481cad Color CSS Codes

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

#481cad Text Font Color

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

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


#481cad Background Color

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

This div background color is #481cad


#481cad Border Color

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

This div border color is #481cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,28,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 #481cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481cad


Comments

No comments written yet.

Please login to write comment.