Color Hex Logo

#554dde Color Hex

#554DDE
(85,77,222)
0 Favorites   0 Comments

Color spaces of #554dde

RGB 8577222
HSL0.680.690.59
HSV243°65°87°
CMYK 0.620.650.00   0.13
XYZ19.585012.513070.4902
Yxy12.51300.19090.1220
Hunter Lab35.373736.9242-93.3872
CIE-Lab42.020145.2371-72.9813

#554dde color RGB value is (85,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11011110
Octal 125 115 336
Decimal 85 77 222
Hex 55 4D DE

RGB Percentages of Color #554dde

%22.14
%20.05
%57.81

CMYK Percentages of Color #554dde

%62
%65
%0
%13

Triadic Colors of #554dde

#554dde #de554d #4dde55

Analogous Colors of #554dde

#554dde #9e4dde #4d8ede

Monochromatic Colors of #554dde

#554dde

Complementary Color

#554dde #d6de4d

#554dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#554dde Color CSS Codes

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

#554dde Text Font Color

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

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


#554dde Background Color

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

This div background color is #554dde


#554dde Border Color

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

This div border color is #554dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554dde


Comments

No comments written yet.

Please login to write comment.