Color Hex Logo

#481593 Color Hex

#481593
(72,21,147)
0 Favorites   0 Comments

Color spaces of #481593

RGB 7221147
HSL0.730.750.33
HSV264°86°58°
CMYK 0.510.860.00   0.42
XYZ8.20714.020627.9473
Yxy4.02060.20430.1001
Hunter Lab20.051437.9705-68.6012
CIE-Lab23.739449.7067-58.5870

#481593 color RGB value is (72,21,147).

#481593 hex color red value is 72, green value is 21 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #481593 hue: 0.73 , saturation: 0.75 and the lightness value of 481593 is 0.33.

The process color (four color CMYK) of #481593 color hex is 0.51, 0.86, 0.00, 0.42. Web safe color of #481593 is #330099. Color #481593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010101 10010011
Octal 110 25 223
Decimal 72 21 147
Hex 48 15 93

RGB Percentages of Color #481593

%30.00
%8.75
%61.25

CMYK Percentages of Color #481593

%51
%86
%0
%42

Triadic Colors of #481593

#481593 #934815 #159348

Analogous Colors of #481593

#481593 #871593 #152193

Monochromatic Colors of #481593

#481593

Complementary Color

#481593 #609315

#481593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481593 Color CSS Codes

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

#481593 Text Font Color

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

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


#481593 Background Color

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

This div background color is #481593


#481593 Border Color

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

This div border color is #481593


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,21,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481593; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481593;
  -webkit-box-shadow: 1px 1px 3px 2px #481593;
  box-shadow:         1px 1px 3px 2px #481593; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481593


Comments

No comments written yet.

Please login to write comment.