Color Hex Logo

#481bdd Color Hex

#481BDD
(72,27,221)
0 Favorites   0 Comments

Color spaces of #481bdd

RGB 7227221
HSL0.710.780.49
HSV254°88°87°
CMYK 0.670.880.00   0.13
XYZ16.11567.382068.9821
Yxy7.38200.17430.0798
Hunter Lab27.169858.3288-131.5138
CIE-Lab32.661266.9940-87.8746

#481bdd color RGB value is (72,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 11011101
Octal 110 33 335
Decimal 72 27 221
Hex 48 1B DD

RGB Percentages of Color #481bdd

%22.50
%8.44
%69.06

CMYK Percentages of Color #481bdd

%67
%88
%0
%13

Triadic Colors of #481bdd

#481bdd #dd481b #1bdd48

Analogous Colors of #481bdd

#481bdd #a91bdd #1b4fdd

Monochromatic Colors of #481bdd

#481bdd

Complementary Color

#481bdd #b0dd1b

#481bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#481bdd Color CSS Codes

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

#481bdd Text Font Color

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

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


#481bdd Background Color

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

This div background color is #481bdd


#481bdd Border Color

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

This div border color is #481bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481bdd


Comments

No comments written yet.

Please login to write comment.