Color Hex Logo

#480467 Color Hex

#480467
(72,4,103)
0 Favorites   0 Comments

Color spaces of #480467

RGB 724103
HSL0.780.930.21
HSV281°96°40°
CMYK 0.300.960.00   0.60
XYZ5.16412.443813.0315
Yxy2.44380.25020.1184
Hunter Lab15.632731.6086-38.4817
CIE-Lab17.662544.2777-40.5229

#480467 color RGB value is (72,4,103).

#480467 hex color red value is 72, green value is 4 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #480467 hue: 0.78 , saturation: 0.93 and the lightness value of 480467 is 0.21.

The process color (four color CMYK) of #480467 color hex is 0.30, 0.96, 0.00, 0.60. Web safe color of #480467 is #330066. Color #480467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000100 01100111
Octal 110 4 147
Decimal 72 4 103
Hex 48 4 67

RGB Percentages of Color #480467

%40.22
%2.23
%57.54

CMYK Percentages of Color #480467

%30
%96
%0
%60

Triadic Colors of #480467

#480467 #674804 #046748

Analogous Colors of #480467

#480467 #670454 #170467

Monochromatic Colors of #480467

#480467

Complementary Color

#480467 #236704

#480467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480467 Color CSS Codes

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

#480467 Text Font Color

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

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


#480467 Background Color

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

This div background color is #480467


#480467 Border Color

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

This div border color is #480467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480467


Comments

No comments written yet.

Please login to write comment.