Color Hex Logo

#5546eb Color Hex

#5546EB
(85,70,235)
0 Favorites   0 Comments

Color spaces of #5546eb

RGB 8570235
HSL0.680.800.60
HSV245°70°92°
CMYK 0.640.700.00   0.08
XYZ20.931912.309879.8701
Yxy12.30980.18510.1088
Hunter Lab35.085345.0938-110.4112
CIE-Lab41.704353.2187-80.8827

#5546eb color RGB value is (85,70,235).

#5546eb hex color red value is 85, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5546eb hue: 0.68 , saturation: 0.80 and the lightness value of 5546eb is 0.60.

The process color (four color CMYK) of #5546eb color hex is 0.64, 0.70, 0.00, 0.08. Web safe color of #5546eb is #6633ff. Color #5546eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000110 11101011
Octal 125 106 353
Decimal 85 70 235
Hex 55 46 EB

RGB Percentages of Color #5546eb

%21.79
%17.95
%60.26

CMYK Percentages of Color #5546eb

%64
%70
%0
%8

Triadic Colors of #5546eb

#5546eb #eb5546 #46eb55

Analogous Colors of #5546eb

#5546eb #a846eb #468aeb

Monochromatic Colors of #5546eb

#5546eb

Complementary Color

#5546eb #dceb46

#5546eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5546eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5546eb Color CSS Codes

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

#5546eb Text Font Color

<p style="color:#5546eb">Text here</p>

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


#5546eb Background Color

<div style="background-color:#5546eb">
Div content here</div>

This div background color is #5546eb


#5546eb Border Color

<div style="border:3px solid #5546eb">
Div here</div>

This div border color is #5546eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,70,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5546eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5546eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5546eb;
  box-shadow:         1px 1px 3px 2px #5546eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5546eb


Comments

No comments written yet.

Please login to write comment.