Color Hex Logo

#483787 Color Hex

#483787
(72,55,135)
0 Favorites   0 Comments

Color spaces of #483787

RGB 7255135
HSL0.700.420.37
HSV253°59°53°
CMYK 0.470.590.00   0.47
XYZ8.41185.859423.6093
Yxy5.85940.22210.1547
Hunter Lab24.206219.6690-40.8836
CIE-Lab29.054928.6174-42.4729

#483787 color RGB value is (72,55,135).

#483787 hex color red value is 72, green value is 55 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #483787 hue: 0.70 , saturation: 0.42 and the lightness value of 483787 is 0.37.

The process color (four color CMYK) of #483787 color hex is 0.47, 0.59, 0.00, 0.47. Web safe color of #483787 is #333399. Color #483787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 10000111
Octal 110 67 207
Decimal 72 55 135
Hex 48 37 87

RGB Percentages of Color #483787

%27.48
%20.99
%51.53

CMYK Percentages of Color #483787

%47
%59
%0
%47

Triadic Colors of #483787

#483787 #874837 #378748

Analogous Colors of #483787

#483787 #703787 #374e87

Monochromatic Colors of #483787

#483787

Complementary Color

#483787 #768737

#483787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483787 Color CSS Codes

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

#483787 Text Font Color

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

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


#483787 Background Color

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

This div background color is #483787


#483787 Border Color

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

This div border color is #483787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483787


Comments

No comments written yet.

Please login to write comment.