Color Hex Logo

#481e63 Color Hex

#481E63
(72,30,99)
0 Favorites   0 Comments

Color spaces of #481e63

RGB 723099
HSL0.770.530.25
HSV277°70°39°
CMYK 0.270.700.00   0.61
XYZ5.38893.207112.1394
Yxy3.20710.25990.1547
Hunter Lab17.908422.3737-27.6545
CIE-Lab20.854933.2263-32.7163

#481e63 color RGB value is (72,30,99).

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

The process color (four color CMYK) of #481e63 color hex is 0.27, 0.70, 0.00, 0.61. Web safe color of #481e63 is #333366. Color #481e63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011110 01100011
Octal 110 36 143
Decimal 72 30 99
Hex 48 1E 63

RGB Percentages of Color #481e63

%35.82
%14.93
%49.25

CMYK Percentages of Color #481e63

%27
%70
%0
%61

Triadic Colors of #481e63

#481e63 #63481e #1e6348

Analogous Colors of #481e63

#481e63 #631e5c #251e63

Monochromatic Colors of #481e63

#481e63

Complementary Color

#481e63 #39631e

#481e63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481e63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481e63 Color CSS Codes

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

#481e63 Text Font Color

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

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


#481e63 Background Color

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

This div background color is #481e63


#481e63 Border Color

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

This div border color is #481e63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481e63


Comments

No comments written yet.

Please login to write comment.