Color Hex Logo

#482a58 Color Hex

#482A58
(72,42,88)
0 Favorites   0 Comments

Color spaces of #482a58

RGB 724288
HSL0.780.350.25
HSV279°52°35°
CMYK 0.180.520.00   0.65
XYZ5.26193.73829.6767
Yxy3.73820.28170.2002
Hunter Lab19.334414.7439-16.1400
CIE-Lab22.786323.3803-22.3792

#482a58 color RGB value is (72,42,88).

#482a58 hex color red value is 72, green value is 42 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #482a58 hue: 0.78 , saturation: 0.35 and the lightness value of 482a58 is 0.25.

The process color (four color CMYK) of #482a58 color hex is 0.18, 0.52, 0.00, 0.65. Web safe color of #482a58 is #333366. Color #482a58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101010 01011000
Octal 110 52 130
Decimal 72 42 88
Hex 48 2A 58

RGB Percentages of Color #482a58

%35.64
%20.79
%43.56

CMYK Percentages of Color #482a58

%18
%52
%0
%65

Triadic Colors of #482a58

#482a58 #58482a #2a5848

Analogous Colors of #482a58

#482a58 #582a51 #312a58

Monochromatic Colors of #482a58

#482a58

Complementary Color

#482a58 #3a582a

#482a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482a58 Color CSS Codes

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

#482a58 Text Font Color

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

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


#482a58 Background Color

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

This div background color is #482a58


#482a58 Border Color

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

This div border color is #482a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482a58


Comments

No comments written yet.

Please login to write comment.