Color Hex Logo

#5578ea Color Hex

#5578EA
(85,120,234)
0 Favorites   0 Comments

Color spaces of #5578ea

RGB 85120234
HSL0.630.780.63
HSV226°64°92°
CMYK 0.640.490.00   0.08
XYZ25.314121.304780.6199
Yxy21.30470.19890.1674
Hunter Lab46.157017.1208-71.2486
CIE-Lab53.281423.0687-61.4850

#5578ea color RGB value is (85,120,234).

#5578ea hex color red value is 85, green value is 120 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5578ea hue: 0.63 , saturation: 0.78 and the lightness value of 5578ea is 0.63.

The process color (four color CMYK) of #5578ea color hex is 0.64, 0.49, 0.00, 0.08. Web safe color of #5578ea is #6666ff. Color #5578ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 11101010
Octal 125 170 352
Decimal 85 120 234
Hex 55 78 EA

RGB Percentages of Color #5578ea

%19.36
%27.33
%53.30

CMYK Percentages of Color #5578ea

%64
%49
%0
%8

Triadic Colors of #5578ea

#5578ea #ea5578 #78ea55

Analogous Colors of #5578ea

#5578ea #7d55ea #55c3ea

Monochromatic Colors of #5578ea

#5578ea

Complementary Color

#5578ea #eac755

#5578ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5578ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5578ea Color CSS Codes

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

#5578ea Text Font Color

<p style="color:#5578ea">Text here</p>

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


#5578ea Background Color

<div style="background-color:#5578ea">
Div content here</div>

This div background color is #5578ea


#5578ea Border Color

<div style="border:3px solid #5578ea">
Div here</div>

This div border color is #5578ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,120,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5578ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5578ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5578ea;
  box-shadow:         1px 1px 3px 2px #5578ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5578ea


Comments

No comments written yet.

Please login to write comment.