Color Hex Logo

#481def Color Hex

#481DEF
(72,29,239)
0 Favorites   0 Comments

Color spaces of #481def

RGB 7229239
HSL0.700.870.53
HSV252°88°94°
CMYK 0.700.880.00   0.06
XYZ18.69188.488482.3146
Yxy8.48840.17070.0775
Hunter Lab29.134963.5327-147.1174
CIE-Lab34.980071.0228-94.2981

#481def color RGB value is (72,29,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11101111
Octal 110 35 357
Decimal 72 29 239
Hex 48 1D EF

RGB Percentages of Color #481def

%21.18
%8.53
%70.29

CMYK Percentages of Color #481def

%70
%88
%0
%6

Triadic Colors of #481def

#481def #ef481d #1def48

Analogous Colors of #481def

#481def #b11def #1d5bef

Monochromatic Colors of #481def

#481def

Complementary Color

#481def #c4ef1d

#481def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481def Color Preview on White Background

Lorem ipsum dolor sit amet.

#481def Color CSS Codes

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

#481def Text Font Color

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

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


#481def Background Color

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

This div background color is #481def


#481def Border Color

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

This div border color is #481def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481def


Comments

No comments written yet.

Please login to write comment.