Color Hex Logo

#554ad8 Color Hex

#554AD8
(85,74,216)
0 Favorites   0 Comments

Color spaces of #554ad8

RGB 8574216
HSL0.680.650.57
HSV245°66°85°
CMYK 0.610.660.00   0.15
XYZ18.589811.786766.2610
Yxy11.78670.19240.1220
Hunter Lab34.331836.5727-90.3987
CIE-Lab40.875145.0831-71.4237

#554ad8 color RGB value is (85,74,216).

#554ad8 hex color red value is 85, green value is 74 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #554ad8 hue: 0.68 , saturation: 0.65 and the lightness value of 554ad8 is 0.57.

The process color (four color CMYK) of #554ad8 color hex is 0.61, 0.66, 0.00, 0.15. Web safe color of #554ad8 is #6633cc. Color #554ad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 11011000
Octal 125 112 330
Decimal 85 74 216
Hex 55 4A D8

RGB Percentages of Color #554ad8

%22.67
%19.73
%57.60

CMYK Percentages of Color #554ad8

%61
%66
%0
%15

Triadic Colors of #554ad8

#554ad8 #d8554a #4ad855

Analogous Colors of #554ad8

#554ad8 #9c4ad8 #4a86d8

Monochromatic Colors of #554ad8

#554ad8

Complementary Color

#554ad8 #cdd84a

#554ad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ad8 Color CSS Codes

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

#554ad8 Text Font Color

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

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


#554ad8 Background Color

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

This div background color is #554ad8


#554ad8 Border Color

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

This div border color is #554ad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ad8


Comments

No comments written yet.

Please login to write comment.