Color Hex Logo

#554cad Color Hex

#554CAD
(85,76,173)
0 Favorites   0 Comments

Color spaces of #554cad

RGB 8576173
HSL0.680.390.49
HSV246°56°68°
CMYK 0.510.560.00   0.32
XYZ13.873610.117340.7568
Yxy10.11730.21430.1563
Hunter Lab31.807722.1931-53.7058
CIE-Lab38.052130.2779-50.9441

#554cad color RGB value is (85,76,173).

#554cad hex color red value is 85, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #554cad hue: 0.68 , saturation: 0.39 and the lightness value of 554cad is 0.49.

The process color (four color CMYK) of #554cad color hex is 0.51, 0.56, 0.00, 0.32. Web safe color of #554cad is #663399. Color #554cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001100 10101101
Octal 125 114 255
Decimal 85 76 173
Hex 55 4C AD

RGB Percentages of Color #554cad

%25.45
%22.75
%51.80

CMYK Percentages of Color #554cad

%51
%56
%0
%32

Triadic Colors of #554cad

#554cad #ad554c #4cad55

Analogous Colors of #554cad

#554cad #864cad #4c74ad

Monochromatic Colors of #554cad

#554cad

Complementary Color

#554cad #a4ad4c

#554cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#554cad Color CSS Codes

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

#554cad Text Font Color

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

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


#554cad Background Color

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

This div background color is #554cad


#554cad Border Color

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

This div border color is #554cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554cad


Comments

No comments written yet.

Please login to write comment.