Color Hex Logo

#5558fc Color Hex

#5558FC
(85,88,252)
0 Favorites   0 Comments

Color spaces of #5558fc

RGB 8588252
HSL0.660.970.66
HSV239°66°99°
CMYK 0.660.650.00   0.01
XYZ24.806715.939093.8645
Yxy15.93900.18430.1184
Hunter Lab39.923741.0451-111.4501
CIE-Lab46.894448.4350-81.9075

#5558fc color RGB value is (85,88,252).

#5558fc hex color red value is 85, green value is 88 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5558fc hue: 0.66 , saturation: 0.97 and the lightness value of 5558fc is 0.66.

The process color (four color CMYK) of #5558fc color hex is 0.66, 0.65, 0.00, 0.01. Web safe color of #5558fc is #6666ff. Color #5558fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 11111100
Octal 125 130 374
Decimal 85 88 252
Hex 55 58 FC

RGB Percentages of Color #5558fc

%20.00
%20.71
%59.29

CMYK Percentages of Color #5558fc

%66
%65
%0
%1

Triadic Colors of #5558fc

#5558fc #fc5558 #58fc55

Analogous Colors of #5558fc

#5558fc #a655fc #55acfc

Monochromatic Colors of #5558fc

#5558fc

Complementary Color

#5558fc #fcf955

#5558fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5558fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5558fc Color CSS Codes

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

#5558fc Text Font Color

<p style="color:#5558fc">Text here</p>

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


#5558fc Background Color

<div style="background-color:#5558fc">
Div content here</div>

This div background color is #5558fc


#5558fc Border Color

<div style="border:3px solid #5558fc">
Div here</div>

This div border color is #5558fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,88,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5558fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5558fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5558fc;
  box-shadow:         1px 1px 3px 2px #5558fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5558fc


Comments

No comments written yet.

Please login to write comment.