Color Hex Logo

#482753 Color Hex

#482753
(72,39,83)
0 Favorites   0 Comments

Color spaces of #482753

RGB 723983
HSL0.790.360.24
HSV285°53°33°
CMYK 0.130.530.00   0.67
XYZ4.95933.45338.5888
Yxy3.45330.29170.2031
Hunter Lab18.583115.1163-14.3948
CIE-Lab21.774924.0148-20.6446

#482753 color RGB value is (72,39,83).

#482753 hex color red value is 72, green value is 39 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #482753 hue: 0.79 , saturation: 0.36 and the lightness value of 482753 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 01010011
Octal 110 47 123
Decimal 72 39 83
Hex 48 27 53

RGB Percentages of Color #482753

%37.11
%20.10
%42.78

CMYK Percentages of Color #482753

%13
%53
%0
%67

Triadic Colors of #482753

#482753 #534827 #275348

Analogous Colors of #482753

#482753 #532748 #322753

Monochromatic Colors of #482753

#482753

Complementary Color

#482753 #325327

#482753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482753 Color CSS Codes

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

#482753 Text Font Color

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

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


#482753 Background Color

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

This div background color is #482753


#482753 Border Color

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

This div border color is #482753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482753


Comments

No comments written yet.

Please login to write comment.