Color Hex Logo

#5549cb Color Hex

#5549CB
(85,73,203)
0 Favorites   0 Comments

Color spaces of #5549cb

RGB 8573203
HSL0.680.560.54
HSV246°64°80°
CMYK 0.580.640.00   0.20
XYZ16.908311.008257.7335
Yxy11.00820.19740.1285
Hunter Lab33.178632.9036-79.9444
CIE-Lab39.594341.5750-66.0251

#5549cb color RGB value is (85,73,203).

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

The process color (four color CMYK) of #5549cb color hex is 0.58, 0.64, 0.00, 0.20. Web safe color of #5549cb is #6633cc. Color #5549cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 11001011
Octal 125 111 313
Decimal 85 73 203
Hex 55 49 CB

RGB Percentages of Color #5549cb

%23.55
%20.22
%56.23

CMYK Percentages of Color #5549cb

%58
%64
%0
%20

Triadic Colors of #5549cb

#5549cb #cb5549 #49cb55

Analogous Colors of #5549cb

#5549cb #9649cb #497ecb

Monochromatic Colors of #5549cb

#5549cb

Complementary Color

#5549cb #bfcb49

#5549cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5549cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5549cb Color CSS Codes

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

#5549cb Text Font Color

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

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


#5549cb Background Color

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

This div background color is #5549cb


#5549cb Border Color

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

This div border color is #5549cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5549cb


Comments

No comments written yet.

Please login to write comment.