Color Hex Logo

#5549df Color Hex

#5549DF
(85,73,223)
0 Favorites   0 Comments

Color spaces of #5549df

RGB 8573223
HSL0.680.700.58
HSV245°67°87°
CMYK 0.620.670.00   0.13
XYZ19.448112.024171.1079
Yxy12.02410.18960.1172
Hunter Lab34.675839.4301-97.3100
CIE-Lab41.254447.8478-74.8054

#5549df color RGB value is (85,73,223).

#5549df hex color red value is 85, green value is 73 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5549df hue: 0.68 , saturation: 0.70 and the lightness value of 5549df is 0.58.

The process color (four color CMYK) of #5549df color hex is 0.62, 0.67, 0.00, 0.13. Web safe color of #5549df is #6633cc. Color #5549df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 11011111
Octal 125 111 337
Decimal 85 73 223
Hex 55 49 DF

RGB Percentages of Color #5549df

%22.31
%19.16
%58.53

CMYK Percentages of Color #5549df

%62
%67
%0
%13

Triadic Colors of #5549df

#5549df #df5549 #49df55

Analogous Colors of #5549df

#5549df #a049df #4988df

Monochromatic Colors of #5549df

#5549df

Complementary Color

#5549df #d3df49

#5549df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5549df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5549df Color CSS Codes

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

#5549df Text Font Color

<p style="color:#5549df">Text here</p>

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


#5549df Background Color

<div style="background-color:#5549df">
Div content here</div>

This div background color is #5549df


#5549df Border Color

<div style="border:3px solid #5549df">
Div here</div>

This div border color is #5549df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,73,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5549df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5549df;
  -webkit-box-shadow: 1px 1px 3px 2px #5549df;
  box-shadow:         1px 1px 3px 2px #5549df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5549df


Comments

No comments written yet.

Please login to write comment.