Color Hex Logo

#481eef Color Hex

#481EEF
(72,30,239)
0 Favorites   0 Comments

Color spaces of #481eef

RGB 7230239
HSL0.700.870.53
HSV252°87°94°
CMYK 0.700.870.00   0.06
XYZ18.71678.538382.3229
Yxy8.53830.17080.0779
Hunter Lab29.220463.2000-146.5842
CIE-Lab35.079770.7221-94.1323

#481eef color RGB value is (72,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 11101111
Octal 110 36 357
Decimal 72 30 239
Hex 48 1E EF

RGB Percentages of Color #481eef

%21.11
%8.80
%70.09

CMYK Percentages of Color #481eef

%70
%87
%0
%6

Triadic Colors of #481eef

#481eef #ef481e #1eef48

Analogous Colors of #481eef

#481eef #b11eef #1e5def

Monochromatic Colors of #481eef

#481eef

Complementary Color

#481eef #c5ef1e

#481eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#481eef Color CSS Codes

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

#481eef Text Font Color

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

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


#481eef Background Color

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

This div background color is #481eef


#481eef Border Color

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

This div border color is #481eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481eef


Comments

No comments written yet.

Please login to write comment.