Color Hex Logo

#481ddd Color Hex

#481DDD
(72,29,221)
0 Favorites   0 Comments

Color spaces of #481ddd

RGB 7229221
HSL0.700.770.49
HSV253°87°87°
CMYK 0.670.870.00   0.13
XYZ16.16307.476968.9979
Yxy7.47690.17450.0807
Hunter Lab27.343957.6595-130.4678
CIE-Lab32.868866.3701-87.5297

#481ddd color RGB value is (72,29,221).

#481ddd hex color red value is 72, green value is 29 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #481ddd hue: 0.70 , saturation: 0.77 and the lightness value of 481ddd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11011101
Octal 110 35 335
Decimal 72 29 221
Hex 48 1D DD

RGB Percentages of Color #481ddd

%22.36
%9.01
%68.63

CMYK Percentages of Color #481ddd

%67
%87
%0
%13

Triadic Colors of #481ddd

#481ddd #dd481d #1ddd48

Analogous Colors of #481ddd

#481ddd #a81ddd #1d52dd

Monochromatic Colors of #481ddd

#481ddd

Complementary Color

#481ddd #b2dd1d

#481ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481ddd Color CSS Codes

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

#481ddd Text Font Color

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

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


#481ddd Background Color

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

This div background color is #481ddd


#481ddd Border Color

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

This div border color is #481ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481ddd


Comments

No comments written yet.

Please login to write comment.