Color Hex Logo

#455088 Color Hex

#455088
(69,80,136)
0 Favorites   0 Comments

Color spaces of #455088

RGB 6980136
HSL0.640.330.40
HSV230°49°53°
CMYK 0.490.410.00   0.47
XYZ9.76688.780124.4725
Yxy8.78010.22700.2041
Hunter Lab29.63126.9810-28.2259
CIE-Lab35.557411.9631-32.7086

#455088 color RGB value is (69,80,136).

#455088 hex color red value is 69, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #455088 hue: 0.64 , saturation: 0.33 and the lightness value of 455088 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01010000 10001000
Octal 105 120 210
Decimal 69 80 136
Hex 45 50 88

RGB Percentages of Color #455088

%24.21
%28.07
%47.72

CMYK Percentages of Color #455088

%49
%41
%0
%47

Triadic Colors of #455088

#455088 #884550 #508845

Analogous Colors of #455088

#455088 #5c4588 #457288

Monochromatic Colors of #455088

#455088

Complementary Color

#455088 #887d45

#455088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#455088 Color CSS Codes

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

#455088 Text Font Color

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

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


#455088 Background Color

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

This div background color is #455088


#455088 Border Color

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

This div border color is #455088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455088


Comments

No comments written yet.

Please login to write comment.