Color Hex Logo

#482e67 Color Hex

#482E67
(72,46,103)
0 Favorites   0 Comments

Color spaces of #482e67

RGB 7246103
HSL0.740.380.29
HSV267°55°40°
CMYK 0.300.550.00   0.60
XYZ6.09774.311013.3427
Yxy4.31100.25670.1815
Hunter Lab20.762916.0870-23.5669
CIE-Lab24.674024.8417-29.2124

#482e67 color RGB value is (72,46,103).

#482e67 hex color red value is 72, green value is 46 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #482e67 hue: 0.74 , saturation: 0.38 and the lightness value of 482e67 is 0.29.

The process color (four color CMYK) of #482e67 color hex is 0.30, 0.55, 0.00, 0.60. Web safe color of #482e67 is #333366. Color #482e67 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 01100111
Octal 110 56 147
Decimal 72 46 103
Hex 48 2E 67

RGB Percentages of Color #482e67

%32.58
%20.81
%46.61

CMYK Percentages of Color #482e67

%30
%55
%0
%60

Triadic Colors of #482e67

#482e67 #67482e #2e6748

Analogous Colors of #482e67

#482e67 #652e67 #2e3167

Monochromatic Colors of #482e67

#482e67

Complementary Color

#482e67 #4d672e

#482e67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482e67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482e67 Color CSS Codes

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

#482e67 Text Font Color

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

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


#482e67 Background Color

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

This div background color is #482e67


#482e67 Border Color

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

This div border color is #482e67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,46,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 #482e67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482e67


Comments

No comments written yet.

Please login to write comment.