Color Hex Logo

#555eea Color Hex

#555EEA
(85,94,234)
0 Favorites   0 Comments

Color spaces of #555eea

RGB 8594234
HSL0.660.780.63
HSV236°64°92°
CMYK 0.640.600.00   0.08
XYZ22.600315.877279.7153
Yxy15.87720.19120.1343
Hunter Lab39.846231.5122-90.7217
CIE-Lab46.813039.0168-71.9581

#555eea color RGB value is (85,94,234).

#555eea hex color red value is 85, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #555eea hue: 0.66 , saturation: 0.78 and the lightness value of 555eea is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 11101010
Octal 125 136 352
Decimal 85 94 234
Hex 55 5E EA

RGB Percentages of Color #555eea

%20.58
%22.76
%56.66

CMYK Percentages of Color #555eea

%64
%60
%0
%8

Triadic Colors of #555eea

#555eea #ea555e #5eea55

Analogous Colors of #555eea

#555eea #9755ea #55a9ea

Monochromatic Colors of #555eea

#555eea

Complementary Color

#555eea #eae155

#555eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#555eea Color CSS Codes

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

#555eea Text Font Color

<p style="color:#555eea">Text here</p>

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


#555eea Background Color

<div style="background-color:#555eea">
Div content here</div>

This div background color is #555eea


#555eea Border Color

<div style="border:3px solid #555eea">
Div here</div>

This div border color is #555eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,94,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555eea;
  -webkit-box-shadow: 1px 1px 3px 2px #555eea;
  box-shadow:         1px 1px 3px 2px #555eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555eea


Comments

No comments written yet.

Please login to write comment.