Color Hex Logo

#554dda Color Hex

#554DDA
(85,77,218)
0 Favorites   0 Comments

Color spaces of #554dda

RGB 8577218
HSL0.680.660.58
HSV243°65°85°
CMYK 0.610.650.00   0.15
XYZ19.055112.301067.6997
Yxy12.30100.19240.1242
Hunter Lab35.072835.6020-89.8944
CIE-Lab41.690643.9697-71.2356

#554dda color RGB value is (85,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11011010
Octal 125 115 332
Decimal 85 77 218
Hex 55 4D DA

RGB Percentages of Color #554dda

%22.37
%20.26
%57.37

CMYK Percentages of Color #554dda

%61
%65
%0
%15

Triadic Colors of #554dda

#554dda #da554d #4dda55

Analogous Colors of #554dda

#554dda #9c4dda #4d8cda

Monochromatic Colors of #554dda

#554dda

Complementary Color

#554dda #d2da4d

#554dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#554dda Color CSS Codes

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

#554dda Text Font Color

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

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


#554dda Background Color

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

This div background color is #554dda


#554dda Border Color

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

This div border color is #554dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554dda

#554dda Color Palettes


Comments

No comments written yet.

Please login to write comment.