Color Hex Logo

#5573ec Color Hex

#5573EC
(85,115,236)
0 Favorites   0 Comments

Color spaces of #5573ec

RGB 85115236
HSL0.630.800.63
HSV228°64°93°
CMYK 0.640.510.00   0.07
XYZ25.017420.248981.9467
Yxy20.24890.19670.1592
Hunter Lab44.998820.4905-76.4731
CIE-Lab52.117526.8238-64.4789

#5573ec color RGB value is (85,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110011 11101100
Octal 125 163 354
Decimal 85 115 236
Hex 55 73 EC

RGB Percentages of Color #5573ec

%19.50
%26.38
%54.13

CMYK Percentages of Color #5573ec

%64
%51
%0
%7

Triadic Colors of #5573ec

#5573ec #ec5573 #73ec55

Analogous Colors of #5573ec

#5573ec #8355ec #55bfec

Monochromatic Colors of #5573ec

#5573ec

Complementary Color

#5573ec #ecce55

#5573ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5573ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5573ec Color CSS Codes

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

#5573ec Text Font Color

<p style="color:#5573ec">Text here</p>

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


#5573ec Background Color

<div style="background-color:#5573ec">
Div content here</div>

This div background color is #5573ec


#5573ec Border Color

<div style="border:3px solid #5573ec">
Div here</div>

This div border color is #5573ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,115,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 #5573ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5573ec


Comments

No comments written yet.

Please login to write comment.