Color Hex Logo

#5548cb Color Hex

#5548CB
(85,72,203)
0 Favorites   0 Comments

Color spaces of #5548cb

RGB 8572203
HSL0.680.560.54
HSV246°65°80°
CMYK 0.580.650.00   0.20
XYZ16.843210.877857.7118
Yxy10.87780.19720.1273
Hunter Lab32.981533.4398-80.6599
CIE-Lab39.373942.1636-66.3848

#5548cb color RGB value is (85,72,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001000 11001011
Octal 125 110 313
Decimal 85 72 203
Hex 55 48 CB

RGB Percentages of Color #5548cb

%23.61
%20.00
%56.39

CMYK Percentages of Color #5548cb

%58
%65
%0
%20

Triadic Colors of #5548cb

#5548cb #cb5548 #48cb55

Analogous Colors of #5548cb

#5548cb #9748cb #487dcb

Monochromatic Colors of #5548cb

#5548cb

Complementary Color

#5548cb #becb48

#5548cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5548cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5548cb Color CSS Codes

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

#5548cb Text Font Color

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

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


#5548cb Background Color

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

This div background color is #5548cb


#5548cb Border Color

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

This div border color is #5548cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5548cb


Comments

No comments written yet.

Please login to write comment.