Color Hex Logo

#554aef Color Hex

#554AEF
(85,74,239)
0 Favorites   0 Comments

Color spaces of #554aef

RGB 8574239
HSL0.680.840.61
HSV244°69°94°
CMYK 0.640.690.00   0.06
XYZ21.775113.060883.0347
Yxy13.06080.18470.1108
Hunter Lab36.139744.3062-110.9270
CIE-Lab42.854752.2613-81.2507

#554aef color RGB value is (85,74,239).

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

The process color (four color CMYK) of #554aef color hex is 0.64, 0.69, 0.00, 0.06. Web safe color of #554aef is #6633ff. Color #554aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001010 11101111
Octal 125 112 357
Decimal 85 74 239
Hex 55 4A EF

RGB Percentages of Color #554aef

%21.36
%18.59
%60.05

CMYK Percentages of Color #554aef

%64
%69
%0
%6

Triadic Colors of #554aef

#554aef #ef554a #4aef55

Analogous Colors of #554aef

#554aef #a84aef #4a92ef

Monochromatic Colors of #554aef

#554aef

Complementary Color

#554aef #e4ef4a

#554aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#554aef Color CSS Codes

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

#554aef Text Font Color

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

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


#554aef Background Color

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

This div background color is #554aef


#554aef Border Color

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

This div border color is #554aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554aef


Comments

No comments written yet.

Please login to write comment.