Color Hex Logo

#554efe Color Hex

#554EFE
(85,78,254)
0 Favorites   0 Comments

Color spaces of #554efe

RGB 8578254
HSL0.670.990.65
HSV242°69°100°
CMYK 0.670.690.00   0.00
XYZ24.360114.535895.2877
Yxy14.53580.18150.1083
Hunter Lab38.125847.3304-121.4951
CIE-Lab44.991754.7068-86.1450

#554efe color RGB value is (85,78,254).

#554efe hex color red value is 85, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #554efe hue: 0.67 , saturation: 0.99 and the lightness value of 554efe is 0.65.

The process color (four color CMYK) of #554efe color hex is 0.67, 0.69, 0.00, 0.00. Web safe color of #554efe is #6666ff. Color #554efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 11111110
Octal 125 116 376
Decimal 85 78 254
Hex 55 4E FE

RGB Percentages of Color #554efe

%20.38
%18.71
%60.91

CMYK Percentages of Color #554efe

%67
%69
%0
%0

Triadic Colors of #554efe

#554efe #fe554e #4efe55

Analogous Colors of #554efe

#554efe #ad4efe #4e9ffe

Monochromatic Colors of #554efe

#554efe

Complementary Color

#554efe #f7fe4e

#554efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#554efe Color CSS Codes

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

#554efe Text Font Color

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

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


#554efe Background Color

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

This div background color is #554efe


#554efe Border Color

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

This div border color is #554efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554efe


Comments

No comments written yet.

Please login to write comment.