Color Hex Logo

#481eeb Color Hex

#481EEB
(72,30,235)
0 Favorites   0 Comments

Color spaces of #481eeb

RGB 7230235
HSL0.700.840.52
HSV252°87°92°
CMYK 0.690.870.00   0.08
XYZ18.13228.304479.2445
Yxy8.30440.17160.0786
Hunter Lab28.817461.8838-142.8687
CIE-Lab34.609069.6910-92.6439

#481eeb color RGB value is (72,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 11101011
Octal 110 36 353
Decimal 72 30 235
Hex 48 1E EB

RGB Percentages of Color #481eeb

%21.36
%8.90
%69.73

CMYK Percentages of Color #481eeb

%69
%87
%0
%8

Triadic Colors of #481eeb

#481eeb #eb481e #1eeb48

Analogous Colors of #481eeb

#481eeb #af1eeb #1e5aeb

Monochromatic Colors of #481eeb

#481eeb

Complementary Color

#481eeb #c1eb1e

#481eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#481eeb Color CSS Codes

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

#481eeb Text Font Color

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

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


#481eeb Background Color

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

This div background color is #481eeb


#481eeb Border Color

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

This div border color is #481eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481eeb


Comments

No comments written yet.

Please login to write comment.