Color Hex Logo

#5548bc Color Hex

#5548BC
(85,72,188)
0 Favorites   0 Comments

Color spaces of #5548bc

RGB 8572188
HSL0.690.460.51
HSV247°62°74°
CMYK 0.550.620.00   0.26
XYZ15.140810.196948.7471
Yxy10.19690.20440.1376
Hunter Lab31.932628.7536-68.1571
CIE-Lab38.193537.4514-59.5634

#5548bc color RGB value is (85,72,188).

#5548bc hex color red value is 85, green value is 72 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5548bc hue: 0.69 , saturation: 0.46 and the lightness value of 5548bc is 0.51.

The process color (four color CMYK) of #5548bc color hex is 0.55, 0.62, 0.00, 0.26. Web safe color of #5548bc is #6633cc. Color #5548bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001000 10111100
Octal 125 110 274
Decimal 85 72 188
Hex 55 48 BC

RGB Percentages of Color #5548bc

%24.64
%20.87
%54.49

CMYK Percentages of Color #5548bc

%55
%62
%0
%26

Triadic Colors of #5548bc

#5548bc #bc5548 #48bc55

Analogous Colors of #5548bc

#5548bc #8f48bc #4875bc

Monochromatic Colors of #5548bc

#5548bc

Complementary Color

#5548bc #afbc48

#5548bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5548bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5548bc Color CSS Codes

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

#5548bc Text Font Color

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

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


#5548bc Background Color

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

This div background color is #5548bc


#5548bc Border Color

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

This div border color is #5548bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5548bc


Comments

No comments written yet.

Please login to write comment.