Color Hex Logo

#480753 Color Hex

#480753
(72,7,83)
0 Favorites   0 Comments

Color spaces of #480753

RGB 72783
HSL0.810.840.18
HSV291°92°33°
CMYK 0.130.920.00   0.67
XYZ4.30982.15428.3723
Yxy2.15420.29050.1452
Hunter Lab14.677226.7295-23.5467
CIE-Lab16.276539.1736-29.3977

#480753 color RGB value is (72,7,83).

#480753 hex color red value is 72, green value is 7 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #480753 hue: 0.81 , saturation: 0.84 and the lightness value of 480753 is 0.18.

The process color (four color CMYK) of #480753 color hex is 0.13, 0.92, 0.00, 0.67. Web safe color of #480753 is #330066. Color #480753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000111 01010011
Octal 110 7 123
Decimal 72 7 83
Hex 48 7 53

RGB Percentages of Color #480753

%44.44
%4.32
%51.23

CMYK Percentages of Color #480753

%13
%92
%0
%67

Triadic Colors of #480753

#480753 #534807 #075348

Analogous Colors of #480753

#480753 #530738 #220753

Monochromatic Colors of #480753

#480753

Complementary Color

#480753 #125307

#480753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480753 Color CSS Codes

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

#480753 Text Font Color

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

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


#480753 Background Color

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

This div background color is #480753


#480753 Border Color

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

This div border color is #480753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480753


Comments

No comments written yet.

Please login to write comment.