Color Hex Logo

#482678 Color Hex

#482678
(72,38,120)
0 Favorites   0 Comments

Color spaces of #482678

RGB 7238120
HSL0.740.520.31
HSV265°68°47°
CMYK 0.400.680.00   0.53
XYZ6.75584.120018.2085
Yxy4.12000.23230.1417
Hunter Lab20.297823.8898-38.9787
CIE-Lab24.064334.4264-41.1118

#482678 color RGB value is (72,38,120).

#482678 hex color red value is 72, green value is 38 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #482678 hue: 0.74 , saturation: 0.52 and the lightness value of 482678 is 0.31.

The process color (four color CMYK) of #482678 color hex is 0.40, 0.68, 0.00, 0.53. Web safe color of #482678 is #333366. Color #482678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 01111000
Octal 110 46 170
Decimal 72 38 120
Hex 48 26 78

RGB Percentages of Color #482678

%31.30
%16.52
%52.17

CMYK Percentages of Color #482678

%40
%68
%0
%53

Triadic Colors of #482678

#482678 #784826 #267848

Analogous Colors of #482678

#482678 #712678 #262d78

Monochromatic Colors of #482678

#482678

Complementary Color

#482678 #567826

#482678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482678 Color CSS Codes

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

#482678 Text Font Color

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

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


#482678 Background Color

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

This div background color is #482678


#482678 Border Color

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

This div border color is #482678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482678


Comments

No comments written yet.

Please login to write comment.