Color Hex Logo

#555fec Color Hex

#555FEC
(85,95,236)
0 Favorites   0 Comments

Color spaces of #555fec

RGB 8595236
HSL0.660.800.63
HSV236°64°93°
CMYK 0.640.600.00   0.07
XYZ22.978816.171881.2672
Yxy16.17180.19080.1343
Hunter Lab40.214231.6220-91.6668
CIE-Lab47.199139.0722-72.4546

#555fec color RGB value is (85,95,236).

#555fec hex color red value is 85, green value is 95 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #555fec hue: 0.66 , saturation: 0.80 and the lightness value of 555fec is 0.63.

The process color (four color CMYK) of #555fec color hex is 0.64, 0.60, 0.00, 0.07. Web safe color of #555fec is #6666ff. Color #555fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011111 11101100
Octal 125 137 354
Decimal 85 95 236
Hex 55 5F EC

RGB Percentages of Color #555fec

%20.43
%22.84
%56.73

CMYK Percentages of Color #555fec

%64
%60
%0
%7

Triadic Colors of #555fec

#555fec #ec555f #5fec55

Analogous Colors of #555fec

#555fec #9755ec #55abec

Monochromatic Colors of #555fec

#555fec

Complementary Color

#555fec #ece255

#555fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#555fec Color CSS Codes

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

#555fec Text Font Color

<p style="color:#555fec">Text here</p>

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


#555fec Background Color

<div style="background-color:#555fec">
Div content here</div>

This div background color is #555fec


#555fec Border Color

<div style="border:3px solid #555fec">
Div here</div>

This div border color is #555fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,95,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555fec;
  -webkit-box-shadow: 1px 1px 3px 2px #555fec;
  box-shadow:         1px 1px 3px 2px #555fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555fec


Comments

No comments written yet.

Please login to write comment.