Color Hex Logo

#558ffd Color Hex

#558FFD
(85,143,253)
0 Favorites   0 Comments

Color spaces of #558ffd

RGB 85143253
HSL0.610.980.66
HSV219°66°99°
CMYK 0.660.430.00   0.01
XYZ31.298428.668196.8124
Yxy28.66810.19960.1829
Hunter Lab53.542610.6429-69.7247
CIE-Lab60.487615.5867-60.4430

#558ffd color RGB value is (85,143,253).

#558ffd hex color red value is 85, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #558ffd hue: 0.61 , saturation: 0.98 and the lightness value of 558ffd is 0.66.

The process color (four color CMYK) of #558ffd color hex is 0.66, 0.43, 0.00, 0.01. Web safe color of #558ffd is #6699ff. Color #558ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001111 11111101
Octal 125 217 375
Decimal 85 143 253
Hex 55 8F FD

RGB Percentages of Color #558ffd

%17.67
%29.73
%52.60

CMYK Percentages of Color #558ffd

%66
%43
%0
%1

Triadic Colors of #558ffd

#558ffd #fd558f #8ffd55

Analogous Colors of #558ffd

#558ffd #6f55fd #55e3fd

Monochromatic Colors of #558ffd

#558ffd

Complementary Color

#558ffd #fdc355

#558ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ffd Color CSS Codes

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

#558ffd Text Font Color

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

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


#558ffd Background Color

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

This div background color is #558ffd


#558ffd Border Color

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

This div border color is #558ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.