Color Hex Logo

#481ddf Color Hex

#481DDF
(72,29,223)
0 Favorites   0 Comments

Color spaces of #481ddf

RGB 7229223
HSL0.700.770.49
HSV253°87°87°
CMYK 0.680.870.00   0.13
XYZ16.43117.584270.4099
Yxy7.58420.17400.0803
Hunter Lab27.539458.3061-132.3088
CIE-Lab33.101566.8905-88.2925

#481ddf color RGB value is (72,29,223).

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

The process color (four color CMYK) of #481ddf color hex is 0.68, 0.87, 0.00, 0.13. Web safe color of #481ddf is #3333cc. Color #481ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011101 11011111
Octal 110 35 337
Decimal 72 29 223
Hex 48 1D DF

RGB Percentages of Color #481ddf

%22.22
%8.95
%68.83

CMYK Percentages of Color #481ddf

%68
%87
%0
%13

Triadic Colors of #481ddf

#481ddf #df481d #1ddf48

Analogous Colors of #481ddf

#481ddf #a91ddf #1d53df

Monochromatic Colors of #481ddf

#481ddf

Complementary Color

#481ddf #b4df1d

#481ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#481ddf Color CSS Codes

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

#481ddf Text Font Color

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

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


#481ddf Background Color

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

This div background color is #481ddf


#481ddf Border Color

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

This div border color is #481ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481ddf


Comments

No comments written yet.

Please login to write comment.