Color Hex Logo

#481acd Color Hex

#481ACD
(72,26,205)
0 Favorites   0 Comments

Color spaces of #481acd

RGB 7226205
HSL0.710.770.45
HSV255°87°80°
CMYK 0.650.870.00   0.20
XYZ14.06136.524358.2758
Yxy6.52430.17830.0827
Hunter Lab25.542753.5648-117.3905
CIE-Lab30.698563.1567-81.8680

#481acd color RGB value is (72,26,205).

#481acd hex color red value is 72, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #481acd hue: 0.71 , saturation: 0.77 and the lightness value of 481acd is 0.45.

The process color (four color CMYK) of #481acd color hex is 0.65, 0.87, 0.00, 0.20. Web safe color of #481acd is #3333cc. Color #481acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011010 11001101
Octal 110 32 315
Decimal 72 26 205
Hex 48 1A CD

RGB Percentages of Color #481acd

%23.76
%8.58
%67.66

CMYK Percentages of Color #481acd

%65
%87
%0
%20

Triadic Colors of #481acd

#481acd #cd481a #1acd48

Analogous Colors of #481acd

#481acd #a21acd #1a45cd

Monochromatic Colors of #481acd

#481acd

Complementary Color

#481acd #9fcd1a

#481acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481acd Color CSS Codes

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

#481acd Text Font Color

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

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


#481acd Background Color

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

This div background color is #481acd


#481acd Border Color

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

This div border color is #481acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481acd


Comments

No comments written yet.

Please login to write comment.