Color Hex Logo

#4587aa Color Hex

#4587AA
(69,135,170)
0 Favorites   0 Comments

Color spaces of #4587aa

RGB 69135170
HSL0.560.420.47
HSV201°59°67°
CMYK 0.590.210.00   0.33
XYZ18.373921.495441.2108
Yxy21.49540.22660.2651
Hunter Lab46.3631-10.3952-20.2469
CIE-Lab53.4875-10.4086-24.8646

#4587aa color RGB value is (69,135,170).

#4587aa hex color red value is 69, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4587aa hue: 0.56 , saturation: 0.42 and the lightness value of 4587aa is 0.47.

The process color (four color CMYK) of #4587aa color hex is 0.59, 0.21, 0.00, 0.33. Web safe color of #4587aa is #339999. Color #4587aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10000111 10101010
Octal 105 207 252
Decimal 69 135 170
Hex 45 87 AA

RGB Percentages of Color #4587aa

%18.45
%36.10
%45.45

CMYK Percentages of Color #4587aa

%59
%21
%0
%33

Triadic Colors of #4587aa

#4587aa #aa4587 #87aa45

Analogous Colors of #4587aa

#4587aa #4555aa #45aa9b

Monochromatic Colors of #4587aa

#4587aa

Complementary Color

#4587aa #aa6845

#4587aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4587aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4587aa Color CSS Codes

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

#4587aa Text Font Color

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

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


#4587aa Background Color

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

This div background color is #4587aa


#4587aa Border Color

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

This div border color is #4587aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4587aa


Comments

No comments written yet.

Please login to write comment.