Color Hex Logo

#554abf Color Hex

#554ABF
(85,74,191)
0 Favorites   0 Comments

Color spaces of #554abf

RGB 8574191
HSL0.680.480.52
HSV246°61°75°
CMYK 0.550.610.00   0.25
XYZ15.599110.590450.5122
Yxy10.59040.20340.1381
Hunter Lab32.542928.6121-69.2483
CIE-Lab38.881937.1921-60.2015

#554abf color RGB value is (85,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 10111111
Octal 125 112 277
Decimal 85 74 191
Hex 55 4A BF

RGB Percentages of Color #554abf

%24.29
%21.14
%54.57

CMYK Percentages of Color #554abf

%55
%61
%0
%25

Triadic Colors of #554abf

#554abf #bf554a #4abf55

Analogous Colors of #554abf

#554abf #904abf #4a7abf

Monochromatic Colors of #554abf

#554abf

Complementary Color

#554abf #b4bf4a

#554abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#554abf Color CSS Codes

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

#554abf Text Font Color

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

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


#554abf Background Color

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

This div background color is #554abf


#554abf Border Color

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

This div border color is #554abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554abf


Comments

No comments written yet.

Please login to write comment.