Color Hex Logo

#482153 Color Hex

#482153
(72,33,83)
0 Favorites   0 Comments

Color spaces of #482153

RGB 723383
HSL0.800.430.23
HSV287°60°33°
CMYK 0.130.600.00   0.67
XYZ4.77773.09008.5282
Yxy3.09000.29140.1885
Hunter Lab17.578417.7530-16.4598
CIE-Lab20.400827.6286-22.8115

#482153 color RGB value is (72,33,83).

#482153 hex color red value is 72, green value is 33 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #482153 hue: 0.80 , saturation: 0.43 and the lightness value of 482153 is 0.23.

The process color (four color CMYK) of #482153 color hex is 0.13, 0.60, 0.00, 0.67. Web safe color of #482153 is #333366. Color #482153 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 01010011
Octal 110 41 123
Decimal 72 33 83
Hex 48 21 53

RGB Percentages of Color #482153

%38.30
%17.55
%44.15

CMYK Percentages of Color #482153

%13
%60
%0
%67

Triadic Colors of #482153

#482153 #534821 #215348

Analogous Colors of #482153

#482153 #532145 #2f2153

Monochromatic Colors of #482153

#482153

Complementary Color

#482153 #2c5321

#482153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482153 Color CSS Codes

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

#482153 Text Font Color

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

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


#482153 Background Color

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

This div background color is #482153


#482153 Border Color

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

This div border color is #482153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482153


Comments

No comments written yet.

Please login to write comment.