Color Hex Logo

#554bdd Color Hex

#554BDD
(85,75,221)
0 Favorites   0 Comments

Color spaces of #554bdd

RGB 8575221
HSL0.680.680.58
HSV244°66°87°
CMYK 0.620.660.00   0.13
XYZ19.313512.183969.7404
Yxy12.18390.19080.1203
Hunter Lab34.905437.6811-94.0265
CIE-Lab41.506946.0781-73.2505

#554bdd color RGB value is (85,75,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001011 11011101
Octal 125 113 335
Decimal 85 75 221
Hex 55 4B DD

RGB Percentages of Color #554bdd

%22.31
%19.69
%58.01

CMYK Percentages of Color #554bdd

%62
%66
%0
%13

Triadic Colors of #554bdd

#554bdd #dd554b #4bdd55

Analogous Colors of #554bdd

#554bdd #9e4bdd #4b8add

Monochromatic Colors of #554bdd

#554bdd

Complementary Color

#554bdd #d3dd4b

#554bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#554bdd Color CSS Codes

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

#554bdd Text Font Color

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

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


#554bdd Background Color

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

This div background color is #554bdd


#554bdd Border Color

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

This div border color is #554bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554bdd


Comments

No comments written yet.

Please login to write comment.