Color Hex Logo

#558acf Color Hex

#558ACF
(85,138,207)
0 Favorites   0 Comments

Color spaces of #558acf

RGB 85138207
HSL0.590.560.57
HSV214°59°81°
CMYK 0.590.330.00   0.19
XYZ24.097324.613262.5123
Yxy24.61320.21670.2213
Hunter Lab49.6117-0.1198-39.9791
CIE-Lab56.69663.1086-40.8869

#558acf color RGB value is (85,138,207).

#558acf hex color red value is 85, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #558acf hue: 0.59 , saturation: 0.56 and the lightness value of 558acf is 0.57.

The process color (four color CMYK) of #558acf color hex is 0.59, 0.33, 0.00, 0.19. Web safe color of #558acf is #6699cc. Color #558acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 11001111
Octal 125 212 317
Decimal 85 138 207
Hex 55 8A CF

RGB Percentages of Color #558acf

%19.77
%32.09
%48.14

CMYK Percentages of Color #558acf

%59
%33
%0
%19

Triadic Colors of #558acf

#558acf #cf558a #8acf55

Analogous Colors of #558acf

#558acf #5d55cf #55c7cf

Monochromatic Colors of #558acf

#558acf

Complementary Color

#558acf #cf9a55

#558acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#558acf Color CSS Codes

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

#558acf Text Font Color

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

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


#558acf Background Color

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

This div background color is #558acf


#558acf Border Color

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

This div border color is #558acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558acf


Comments

No comments written yet.

Please login to write comment.