Color Hex Logo

#554ee1 Color Hex

#554EE1
(85,78,225)
0 Favorites   0 Comments

Color spaces of #554ee1

RGB 8578225
HSL0.670.710.59
HSV243°65°88°
CMYK 0.620.650.00   0.12
XYZ20.061312.816372.6506
Yxy12.81630.19010.1214
Hunter Lab35.799937.3769-95.2605
CIE-Lab42.485145.6075-73.9293

#554ee1 color RGB value is (85,78,225).

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

The process color (four color CMYK) of #554ee1 color hex is 0.62, 0.65, 0.00, 0.12. Web safe color of #554ee1 is #6666cc. Color #554ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 11100001
Octal 125 116 341
Decimal 85 78 225
Hex 55 4E E1

RGB Percentages of Color #554ee1

%21.91
%20.10
%57.99

CMYK Percentages of Color #554ee1

%62
%65
%0
%12

Triadic Colors of #554ee1

#554ee1 #e1554e #4ee155

Analogous Colors of #554ee1

#554ee1 #9f4ee1 #4e91e1

Monochromatic Colors of #554ee1

#554ee1

Complementary Color

#554ee1 #dae14e

#554ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554ee1 Color CSS Codes

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

#554ee1 Text Font Color

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

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


#554ee1 Background Color

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

This div background color is #554ee1


#554ee1 Border Color

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

This div border color is #554ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554ee1


Comments

No comments written yet.

Please login to write comment.