Color Hex Logo

#482686 Color Hex

#482686
(72,38,134)
0 Favorites   0 Comments

Color spaces of #482686

RGB 7238134
HSL0.730.560.34
HSV261°72°53°
CMYK 0.460.720.00   0.47
XYZ7.66874.485223.0158
Yxy4.48520.21800.1275
Hunter Lab21.178327.5732-49.6094
CIE-Lab25.214738.4056-48.0787

#482686 color RGB value is (72,38,134).

#482686 hex color red value is 72, green value is 38 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #482686 hue: 0.73 , saturation: 0.56 and the lightness value of 482686 is 0.34.

The process color (four color CMYK) of #482686 color hex is 0.46, 0.72, 0.00, 0.47. Web safe color of #482686 is #333399. Color #482686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 10000110
Octal 110 46 206
Decimal 72 38 134
Hex 48 26 86

RGB Percentages of Color #482686

%29.51
%15.57
%54.92

CMYK Percentages of Color #482686

%46
%72
%0
%47

Triadic Colors of #482686

#482686 #864826 #268648

Analogous Colors of #482686

#482686 #782686 #263486

Monochromatic Colors of #482686

#482686

Complementary Color

#482686 #648626

#482686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482686 Color CSS Codes

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

#482686 Text Font Color

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

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


#482686 Background Color

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

This div background color is #482686


#482686 Border Color

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

This div border color is #482686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482686


Comments

No comments written yet.

Please login to write comment.