Color Hex Logo

#557dff Color Hex

#557DFF
(85,125,255)
0 Favorites   0 Comments

Color spaces of #557dff

RGB 85125255
HSL0.631.000.67
HSV226°67°100°
CMYK 0.670.510.00   0.00
XYZ29.129923.818597.6699
Yxy23.81850.19340.1581
Hunter Lab48.804221.1344-84.4918
CIE-Lab55.905627.1709-68.9091

#557dff color RGB value is (85,125,255).

#557dff hex color red value is 85, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #557dff hue: 0.63 , saturation: 1.00 and the lightness value of 557dff is 0.67.

The process color (four color CMYK) of #557dff color hex is 0.67, 0.51, 0.00, 0.00. Web safe color of #557dff is #6666ff. Color #557dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111101 11111111
Octal 125 175 377
Decimal 85 125 255
Hex 55 7D FF

RGB Percentages of Color #557dff

%18.28
%26.88
%54.84

CMYK Percentages of Color #557dff

%67
%51
%0
%0

Triadic Colors of #557dff

#557dff #ff557d #7dff55

Analogous Colors of #557dff

#557dff #8255ff #55d2ff

Monochromatic Colors of #557dff

#557dff

Complementary Color

#557dff #ffd755

#557dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#557dff Color CSS Codes

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

#557dff Text Font Color

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

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


#557dff Background Color

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

This div background color is #557dff


#557dff Border Color

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

This div border color is #557dff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,125,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557dff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557dff;
  -webkit-box-shadow: 1px 1px 3px 2px #557dff;
  box-shadow:         1px 1px 3px 2px #557dff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557dff

Related Colors


Comments

No comments written yet.

Please login to write comment.