Color Hex Logo

#481add Color Hex

#481ADD
(72,26,221)
0 Favorites   0 Comments

Color spaces of #481add

RGB 7226221
HSL0.710.790.48
HSV254°88°87°
CMYK 0.670.880.00   0.13
XYZ16.09307.337068.9746
Yxy7.33700.17420.0794
Hunter Lab27.086958.6492-132.0164
CIE-Lab32.562167.2916-88.0392

#481add color RGB value is (72,26,221).

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

The process color (four color CMYK) of #481add color hex is 0.67, 0.88, 0.00, 0.13. Web safe color of #481add is #3333cc. Color #481add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011010 11011101
Octal 110 32 335
Decimal 72 26 221
Hex 48 1A DD

RGB Percentages of Color #481add

%22.57
%8.15
%69.28

CMYK Percentages of Color #481add

%67
%88
%0
%13

Triadic Colors of #481add

#481add #dd481a #1add48

Analogous Colors of #481add

#481add #aa1add #1a4ddd

Monochromatic Colors of #481add

#481add

Complementary Color

#481add #afdd1a

#481add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481add Color Preview on White Background

Lorem ipsum dolor sit amet.

#481add Color CSS Codes

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

#481add Text Font Color

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

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


#481add Background Color

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

This div background color is #481add


#481add Border Color

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

This div border color is #481add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481add


Comments

No comments written yet.

Please login to write comment.