Color Hex Logo

#554dfe Color Hex

#554DFE
(85,77,254)
0 Favorites   0 Comments

Color spaces of #554dfe

RGB 8577254
HSL0.670.990.65
HSV243°70°100°
CMYK 0.670.700.00   0.00
XYZ24.289614.394895.2642
Yxy14.39480.18130.1075
Hunter Lab37.940547.8804-122.3121
CIE-Lab44.793955.2530-86.4704

#554dfe color RGB value is (85,77,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11111110
Octal 125 115 376
Decimal 85 77 254
Hex 55 4D FE

RGB Percentages of Color #554dfe

%20.43
%18.51
%61.06

CMYK Percentages of Color #554dfe

%67
%70
%0
%0

Triadic Colors of #554dfe

#554dfe #fe554d #4dfe55

Analogous Colors of #554dfe

#554dfe #ae4dfe #4d9efe

Monochromatic Colors of #554dfe

#554dfe

Complementary Color

#554dfe #f6fe4d

#554dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#554dfe Color CSS Codes

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

#554dfe Text Font Color

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

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


#554dfe Background Color

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

This div background color is #554dfe


#554dfe Border Color

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

This div border color is #554dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,77,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 #554dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554dfe


Comments

No comments written yet.

Please login to write comment.