Color Hex Logo

#456887 Color Hex

#456887
(69,104,135)
0 Favorites   0 Comments

Color spaces of #456887

RGB 69104135
HSL0.580.320.40
HSV208°49°53°
CMYK 0.490.230.00   0.47
XYZ11.777712.915124.7938
Yxy12.91510.23800.2610
Hunter Lab35.9376-4.3916-15.7486
CIE-Lab42.6350-3.4630-21.0357

#456887 color RGB value is (69,104,135).

#456887 hex color red value is 69, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #456887 hue: 0.58 , saturation: 0.32 and the lightness value of 456887 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101000 10000111
Octal 105 150 207
Decimal 69 104 135
Hex 45 68 87

RGB Percentages of Color #456887

%22.40
%33.77
%43.83

CMYK Percentages of Color #456887

%49
%23
%0
%47

Triadic Colors of #456887

#456887 #874568 #688745

Analogous Colors of #456887

#456887 #454787 #458785

Monochromatic Colors of #456887

#456887

Complementary Color

#456887 #876445

#456887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456887 Color CSS Codes

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

#456887 Text Font Color

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

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


#456887 Background Color

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

This div background color is #456887


#456887 Border Color

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

This div border color is #456887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456887


Comments

No comments written yet.

Please login to write comment.