Color Hex Logo

#481beb Color Hex

#481BEB
(72,27,235)
0 Favorites   0 Comments

Color spaces of #481beb

RGB 7227235
HSL0.700.840.51
HSV253°89°92°
CMYK 0.690.890.00   0.08
XYZ18.05988.159779.2204
Yxy8.15970.17130.0774
Hunter Lab28.565262.8642-144.4345
CIE-Lab34.313370.5818-93.1355

#481beb color RGB value is (72,27,235).

#481beb hex color red value is 72, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #481beb hue: 0.70 , saturation: 0.84 and the lightness value of 481beb is 0.51.

The process color (four color CMYK) of #481beb color hex is 0.69, 0.89, 0.00, 0.08. Web safe color of #481beb is #3333ff. Color #481beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 11101011
Octal 110 33 353
Decimal 72 27 235
Hex 48 1B EB

RGB Percentages of Color #481beb

%21.56
%8.08
%70.36

CMYK Percentages of Color #481beb

%69
%89
%0
%8

Triadic Colors of #481beb

#481beb #eb481b #1beb48

Analogous Colors of #481beb

#481beb #b01beb #1b56eb

Monochromatic Colors of #481beb

#481beb

Complementary Color

#481beb #beeb1b

#481beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#481beb Color CSS Codes

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

#481beb Text Font Color

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

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


#481beb Background Color

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

This div background color is #481beb


#481beb Border Color

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

This div border color is #481beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481beb


Comments

No comments written yet.

Please login to write comment.