Color Hex Logo

#554de1 Color Hex

#554DE1
(85,77,225)
0 Favorites   0 Comments

Color spaces of #554de1

RGB 8577225
HSL0.680.710.59
HSV243°66°88°
CMYK 0.620.660.00   0.12
XYZ19.990812.675372.6271
Yxy12.67530.18990.1204
Hunter Lab35.602437.9239-96.0270
CIE-Lab42.269946.1863-74.2816

#554de1 color RGB value is (85,77,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11100001
Octal 125 115 341
Decimal 85 77 225
Hex 55 4D E1

RGB Percentages of Color #554de1

%21.96
%19.90
%58.14

CMYK Percentages of Color #554de1

%62
%66
%0
%12

Triadic Colors of #554de1

#554de1 #e1554d #4de155

Analogous Colors of #554de1

#554de1 #9f4de1 #4d8fe1

Monochromatic Colors of #554de1

#554de1

Complementary Color

#554de1 #d9e14d

#554de1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554de1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554de1 Color CSS Codes

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

#554de1 Text Font Color

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

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


#554de1 Background Color

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

This div background color is #554de1


#554de1 Border Color

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

This div border color is #554de1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554de1


Comments

No comments written yet.

Please login to write comment.