Color Hex Logo

#558ae4 Color Hex

#558AE4
(85,138,228)
0 Favorites   0 Comments

Color spaces of #558ae4

RGB 85138228
HSL0.600.730.61
HSV218°63°89°
CMYK 0.630.390.00   0.11
XYZ26.838425.709776.9467
Yxy25.70970.20730.1985
Hunter Lab50.70475.7481-54.4819
CIE-Lab57.760510.0938-50.9716

#558ae4 color RGB value is (85,138,228).

#558ae4 hex color red value is 85, green value is 138 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #558ae4 hue: 0.60 , saturation: 0.73 and the lightness value of 558ae4 is 0.61.

The process color (four color CMYK) of #558ae4 color hex is 0.63, 0.39, 0.00, 0.11. Web safe color of #558ae4 is #6699cc. Color #558ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11100100
Octal 125 212 344
Decimal 85 138 228
Hex 55 8A E4

RGB Percentages of Color #558ae4

%18.85
%30.60
%50.55

CMYK Percentages of Color #558ae4

%63
%39
%0
%11

Triadic Colors of #558ae4

#558ae4 #e4558a #8ae455

Analogous Colors of #558ae4

#558ae4 #6855e4 #55d2e4

Monochromatic Colors of #558ae4

#558ae4

Complementary Color

#558ae4 #e4af55

#558ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ae4 Color CSS Codes

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

#558ae4 Text Font Color

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

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


#558ae4 Background Color

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

This div background color is #558ae4


#558ae4 Border Color

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

This div border color is #558ae4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,138,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558ae4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558ae4;
  -webkit-box-shadow: 1px 1px 3px 2px #558ae4;
  box-shadow:         1px 1px 3px 2px #558ae4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,138,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ae4


Comments

No comments written yet.

Please login to write comment.