Color Hex Logo

#455886 Color Hex

#455886
(69,88,134)
0 Favorites   0 Comments

Color spaces of #455886

RGB 6988134
HSL0.620.320.40
HSV222°49°53°
CMYK 0.490.340.00   0.47
XYZ10.24709.965923.9378
Yxy9.96590.23210.2257
Hunter Lab31.56882.6943-22.8599
CIE-Lab37.78126.1550-27.9824

#455886 color RGB value is (69,88,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011000 10000110
Octal 105 130 206
Decimal 69 88 134
Hex 45 58 86

RGB Percentages of Color #455886

%23.71
%30.24
%46.05

CMYK Percentages of Color #455886

%49
%34
%0
%47

Triadic Colors of #455886

#455886 #864558 #588645

Analogous Colors of #455886

#455886 #534586 #457986

Monochromatic Colors of #455886

#455886

Complementary Color

#455886 #867345

#455886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455886 Color CSS Codes

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

#455886 Text Font Color

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

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


#455886 Background Color

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

This div background color is #455886


#455886 Border Color

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

This div border color is #455886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,88,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455886


Comments

No comments written yet.

Please login to write comment.