Color Hex Logo

#554dee Color Hex

#554DEE
(85,77,238)
0 Favorites   0 Comments

Color spaces of #554dee

RGB 8577238
HSL0.670.830.62
HSV243°68°93°
CMYK 0.640.680.00   0.07
XYZ21.832813.412182.3270
Yxy13.41210.18570.1141
Hunter Lab36.622542.3247-107.6474
CIE-Lab43.377750.2769-79.8284

#554dee color RGB value is (85,77,238).

#554dee hex color red value is 85, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #554dee hue: 0.67 , saturation: 0.83 and the lightness value of 554dee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 11101110
Octal 125 115 356
Decimal 85 77 238
Hex 55 4D EE

RGB Percentages of Color #554dee

%21.25
%19.25
%59.50

CMYK Percentages of Color #554dee

%64
%68
%0
%7

Triadic Colors of #554dee

#554dee #ee554d #4dee55

Analogous Colors of #554dee

#554dee #a64dee #4d96ee

Monochromatic Colors of #554dee

#554dee

Complementary Color

#554dee #e6ee4d

#554dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#554dee Color CSS Codes

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

#554dee Text Font Color

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

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


#554dee Background Color

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

This div background color is #554dee


#554dee Border Color

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

This div border color is #554dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554dee


Comments

No comments written yet.

Please login to write comment.