Color Hex Logo

#554deb Color Hex

#554DEB
(85,77,235)
0 Favorites   0 Comments

Color spaces of #554deb

RGB 8577235
HSL0.680.800.61
HSV243°67°92°
CMYK 0.640.670.00   0.08
XYZ21.395613.237280.0246
Yxy13.23720.18660.1155
Hunter Lab36.383041.2997-104.9407
CIE-Lab43.118549.3365-78.5607

#554deb color RGB value is (85,77,235).

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

The process color (four color CMYK) of #554deb color hex is 0.64, 0.67, 0.00, 0.08. Web safe color of #554deb is #6666ff. Color #554deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11101011
Octal 125 115 353
Decimal 85 77 235
Hex 55 4D EB

RGB Percentages of Color #554deb

%21.41
%19.40
%59.19

CMYK Percentages of Color #554deb

%64
%67
%0
%8

Triadic Colors of #554deb

#554deb #eb554d #4deb55

Analogous Colors of #554deb

#554deb #a44deb #4d94eb

Monochromatic Colors of #554deb

#554deb

Complementary Color

#554deb #e3eb4d

#554deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#554deb Color CSS Codes

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

#554deb Text Font Color

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

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


#554deb Background Color

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

This div background color is #554deb


#554deb Border Color

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

This div border color is #554deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554deb


Comments

No comments written yet.

Please login to write comment.