Color Hex Logo

#484887 Color Hex

#484887
(72,72,135)
0 Favorites   0 Comments

Color spaces of #484887

RGB 7272135
HSL0.670.300.41
HSV240°47°53°
CMYK 0.470.470.00   0.47
XYZ9.36307.761723.9263
Yxy7.76170.22810.1891
Hunter Lab27.859811.2347-31.4170
CIE-Lab33.481617.6377-35.3761

#484887 color RGB value is (72,72,135).

#484887 hex color red value is 72, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #484887 hue: 0.67 , saturation: 0.30 and the lightness value of 484887 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 10000111
Octal 110 110 207
Decimal 72 72 135
Hex 48 48 87

RGB Percentages of Color #484887

%25.81
%25.81
%48.39

CMYK Percentages of Color #484887

%47
%47
%0
%47

Triadic Colors of #484887

#484887 #874848 #488748

Analogous Colors of #484887

#484887 #684887 #486887

Monochromatic Colors of #484887

#484887

Complementary Color

#484887 #878748

#484887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484887 Color CSS Codes

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

#484887 Text Font Color

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

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


#484887 Background Color

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

This div background color is #484887


#484887 Border Color

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

This div border color is #484887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484887


Comments

No comments written yet.

Please login to write comment.