Color Hex Logo

#482777 Color Hex

#482777
(72,39,119)
0 Favorites   0 Comments

Color spaces of #482777

RGB 7239119
HSL0.740.510.31
HSV265°67°47°
CMYK 0.390.670.00   0.53
XYZ6.72784.160717.9013
Yxy4.16070.23370.1445
Hunter Lab20.397823.1785-37.7550
CIE-Lab24.195733.5731-40.2619

#482777 color RGB value is (72,39,119).

#482777 hex color red value is 72, green value is 39 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #482777 hue: 0.74 , saturation: 0.51 and the lightness value of 482777 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100111 01110111
Octal 110 47 167
Decimal 72 39 119
Hex 48 27 77

RGB Percentages of Color #482777

%31.30
%16.96
%51.74

CMYK Percentages of Color #482777

%39
%67
%0
%53

Triadic Colors of #482777

#482777 #774827 #277748

Analogous Colors of #482777

#482777 #702777 #272e77

Monochromatic Colors of #482777

#482777

Complementary Color

#482777 #567727

#482777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482777 Color CSS Codes

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

#482777 Text Font Color

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

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


#482777 Background Color

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

This div background color is #482777


#482777 Border Color

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

This div border color is #482777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482777


Comments

No comments written yet.

Please login to write comment.