Color Hex Logo

#481bde Color Hex

#481BDE
(72,27,222)
0 Favorites   0 Comments

Color spaces of #481bde

RGB 7227222
HSL0.710.780.49
HSV254°88°87°
CMYK 0.680.880.00   0.13
XYZ16.24927.435569.6860
Yxy7.43550.17400.0796
Hunter Lab27.268158.6498-132.4330
CIE-Lab32.778567.2511-88.2547

#481bde color RGB value is (72,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 11011110
Octal 110 33 336
Decimal 72 27 222
Hex 48 1B DE

RGB Percentages of Color #481bde

%22.43
%8.41
%69.16

CMYK Percentages of Color #481bde

%68
%88
%0
%13

Triadic Colors of #481bde

#481bde #de481b #1bde48

Analogous Colors of #481bde

#481bde #aa1bde #1b4fde

Monochromatic Colors of #481bde

#481bde

Complementary Color

#481bde #b1de1b

#481bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#481bde Color CSS Codes

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

#481bde Text Font Color

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

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


#481bde Background Color

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

This div background color is #481bde


#481bde Border Color

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

This div border color is #481bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481bde


Comments

No comments written yet.

Please login to write comment.