Color Hex Logo

#554aca Color Hex

#554ACA
(85,74,202)
0 Favorites   0 Comments

Color spaces of #554aca

RGB 8574202
HSL0.680.550.54
HSV245°63°79°
CMYK 0.580.630.00   0.21
XYZ16.855811.093157.1299
Yxy11.09310.19810.1304
Hunter Lab33.306332.0500-78.3850
CIE-Lab39.736840.6692-65.2132

#554aca color RGB value is (85,74,202).

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

The process color (four color CMYK) of #554aca color hex is 0.58, 0.63, 0.00, 0.21. Web safe color of #554aca is #6633cc. Color #554aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 11001010
Octal 125 112 312
Decimal 85 74 202
Hex 55 4A CA

RGB Percentages of Color #554aca

%23.55
%20.50
%55.96

CMYK Percentages of Color #554aca

%58
%63
%0
%21

Triadic Colors of #554aca

#554aca #ca554a #4aca55

Analogous Colors of #554aca

#554aca #954aca #4a7fca

Monochromatic Colors of #554aca

#554aca

Complementary Color

#554aca #bfca4a

#554aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#554aca Color CSS Codes

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

#554aca Text Font Color

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

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


#554aca Background Color

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

This div background color is #554aca


#554aca Border Color

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

This div border color is #554aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554aca


Comments

No comments written yet.

Please login to write comment.