Color Hex Logo

#481fee Color Hex

#481FEE
(72,31,238)
0 Favorites   0 Comments

Color spaces of #481fee

RGB 7231238
HSL0.700.860.53
HSV252°87°93°
CMYK 0.700.870.00   0.07
XYZ18.59518.530781.5554
Yxy8.53070.17110.0785
Hunter Lab29.207462.5306-145.1097
CIE-Lab35.064670.1561-93.5904

#481fee color RGB value is (72,31,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011111 11101110
Octal 110 37 356
Decimal 72 31 238
Hex 48 1F EE

RGB Percentages of Color #481fee

%21.11
%9.09
%69.79

CMYK Percentages of Color #481fee

%70
%87
%0
%7

Triadic Colors of #481fee

#481fee #ee481f #1fee48

Analogous Colors of #481fee

#481fee #b01fee #1f5dee

Monochromatic Colors of #481fee

#481fee

Complementary Color

#481fee #c5ee1f

#481fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#481fee Color CSS Codes

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

#481fee Text Font Color

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

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


#481fee Background Color

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

This div background color is #481fee


#481fee Border Color

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

This div border color is #481fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481fee


Comments

No comments written yet.

Please login to write comment.