Color Hex Logo

#554ace Color Hex

#554ACE
(85,74,206)
0 Favorites   0 Comments

Color spaces of #554ace

RGB 8574206
HSL0.680.570.55
HSV245°64°81°
CMYK 0.590.640.00   0.19
XYZ17.335711.285159.6571
Yxy11.28510.19640.1278
Hunter Lab33.593333.3260-81.7756
CIE-Lab40.056641.9321-67.0063

#554ace color RGB value is (85,74,206).

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

The process color (four color CMYK) of #554ace color hex is 0.59, 0.64, 0.00, 0.19. Web safe color of #554ace is #6633cc. Color #554ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 11001110
Octal 125 112 316
Decimal 85 74 206
Hex 55 4A CE

RGB Percentages of Color #554ace

%23.29
%20.27
%56.44

CMYK Percentages of Color #554ace

%59
%64
%0
%19

Triadic Colors of #554ace

#554ace #ce554a #4ace55

Analogous Colors of #554ace

#554ace #974ace #4a81ce

Monochromatic Colors of #554ace

#554ace

Complementary Color

#554ace #c3ce4a

#554ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ace Color CSS Codes

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

#554ace Text Font Color

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

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


#554ace Background Color

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

This div background color is #554ace


#554ace Border Color

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

This div border color is #554ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ace


Comments

No comments written yet.

Please login to write comment.