Color Hex Logo

#481edf Color Hex

#481EDF
(72,30,223)
0 Favorites   0 Comments

Color spaces of #481edf

RGB 7230223
HSL0.700.760.50
HSV253°87°87°
CMYK 0.680.870.00   0.13
XYZ16.45607.634070.4182
Yxy7.63400.17410.0808
Hunter Lab27.629757.9610-131.7682
CIE-Lab33.208766.5689-88.1144

#481edf color RGB value is (72,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 11011111
Octal 110 36 337
Decimal 72 30 223
Hex 48 1E DF

RGB Percentages of Color #481edf

%22.15
%9.23
%68.62

CMYK Percentages of Color #481edf

%68
%87
%0
%13

Triadic Colors of #481edf

#481edf #df481e #1edf48

Analogous Colors of #481edf

#481edf #a91edf #1e55df

Monochromatic Colors of #481edf

#481edf

Complementary Color

#481edf #b5df1e

#481edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#481edf Color CSS Codes

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

#481edf Text Font Color

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

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


#481edf Background Color

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

This div background color is #481edf


#481edf Border Color

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

This div border color is #481edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481edf


Comments

No comments written yet.

Please login to write comment.