color codes Logo

#554ebc color codes

#554EBC
(85,78,188)
0 Favorites   0 Comments

Color spaces of #554ebc

RGB 8578188
HSL0.680.450.52
HSV244°59°74°
CMYK 0.550.590.00   0.26
XYZ15.547811.010948.8828
Yxy11.01090.20610.1460
Hunter Lab33.182725.5668-64.1147
CIE-Lab39.598833.8013-57.2823

#554ebc color RGB value is (85,78,188).

#554ebc hex color red value is 85, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #554ebc hue: 0.68 , saturation: 0.45 and the lightness value of 554ebc is 0.52.

The process color (four color CMYK) of #554ebc color code is 0.55, 0.59, 0.00, 0.26. Web safe color of #554ebc is #6666cc. Color #554ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 10111100
Octal 125 116 274
Decimal 85 78 188
Hex 55 4E BC

RGB Percentages of Color #554ebc

%24.22
%22.22
%53.56

CMYK Percentages of Color #554ebc

%55
%59
%0
%26

Triadic Colors of #554ebc

#554ebc #bc554e #4ebc55

Analogous Colors of #554ebc

#554ebc #8c4ebc #4e7ebc

Monochromatic Colors of #554ebc

#554ebc

Complementary Color

#554ebc #b5bc4e

#554ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ebc Color CSS Codes

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

#554ebc Text Font Color

<p style="color:#554ebc">Text here</p>

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


#554ebc Background Color

<div style="background-color:#554ebc">
Div content here</div>

This div background color is #554ebc


#554ebc Border Color

<div style="border:3px solid #554ebc">
Div here</div>

This div border color is #554ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ebc


Comments

No comments written yet.

Please login to write comment.