Color Hex Logo

#485887 Color Hex

#485887
(72,88,135)
0 Favorites   0 Comments

Color spaces of #485887

RGB 7288135
HSL0.620.300.41
HSV225°47°53°
CMYK 0.470.350.00   0.47
XYZ10.535410.106424.3171
Yxy10.10640.23430.2248
Hunter Lab31.79063.5215-23.0985
CIE-Lab38.03277.2826-28.1829

#485887 color RGB value is (72,88,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 10000111
Octal 110 130 207
Decimal 72 88 135
Hex 48 58 87

RGB Percentages of Color #485887

%24.41
%29.83
%45.76

CMYK Percentages of Color #485887

%47
%35
%0
%47

Triadic Colors of #485887

#485887 #874858 #588748

Analogous Colors of #485887

#485887 #584887 #487887

Monochromatic Colors of #485887

#485887

Complementary Color

#485887 #877748

#485887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485887 Color CSS Codes

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

#485887 Text Font Color

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

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


#485887 Background Color

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

This div background color is #485887


#485887 Border Color

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

This div border color is #485887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #485887


Comments

No comments written yet.

Please login to write comment.