Color Hex Logo

#482674 Color Hex

#482674
(72,38,116)
0 Favorites   0 Comments

Color spaces of #482674

RGB 7238116
HSL0.740.510.30
HSV266°67°45°
CMYK 0.380.670.00   0.55
XYZ6.51804.024916.9563
Yxy4.02490.23700.1464
Hunter Lab20.062222.8842-36.0677
CIE-Lab23.753633.3063-39.0613

#482674 color RGB value is (72,38,116).

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

The process color (four color CMYK) of #482674 color hex is 0.38, 0.67, 0.00, 0.55. Web safe color of #482674 is #333366. Color #482674 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 01110100
Octal 110 46 164
Decimal 72 38 116
Hex 48 26 74

RGB Percentages of Color #482674

%31.86
%16.81
%51.33

CMYK Percentages of Color #482674

%38
%67
%0
%55

Triadic Colors of #482674

#482674 #744826 #267448

Analogous Colors of #482674

#482674 #6f2674 #262b74

Monochromatic Colors of #482674

#482674

Complementary Color

#482674 #527426

#482674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482674 Color CSS Codes

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

#482674 Text Font Color

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

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


#482674 Background Color

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

This div background color is #482674


#482674 Border Color

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

This div border color is #482674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482674


Comments

No comments written yet.

Please login to write comment.