Color Hex Logo

#5550ea Color Hex

#5550EA
(85,80,234)
0 Favorites   0 Comments

Color spaces of #5550ea

RGB 8580234
HSL0.670.790.62
HSV242°66°92°
CMYK 0.640.660.00   0.08
XYZ21.466313.609179.3373
Yxy13.60910.18760.1189
Hunter Lab36.890539.3093-101.6866
CIE-Lab43.667047.3068-77.0968

#5550ea color RGB value is (85,80,234).

#5550ea hex color red value is 85, green value is 80 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5550ea hue: 0.67 , saturation: 0.79 and the lightness value of 5550ea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 11101010
Octal 125 120 352
Decimal 85 80 234
Hex 55 50 EA

RGB Percentages of Color #5550ea

%21.30
%20.05
%58.65

CMYK Percentages of Color #5550ea

%64
%66
%0
%8

Triadic Colors of #5550ea

#5550ea #ea5550 #50ea55

Analogous Colors of #5550ea

#5550ea #a250ea #5098ea

Monochromatic Colors of #5550ea

#5550ea

Complementary Color

#5550ea #e5ea50

#5550ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5550ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5550ea Color CSS Codes

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

#5550ea Text Font Color

<p style="color:#5550ea">Text here</p>

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


#5550ea Background Color

<div style="background-color:#5550ea">
Div content here</div>

This div background color is #5550ea


#5550ea Border Color

<div style="border:3px solid #5550ea">
Div here</div>

This div border color is #5550ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,80,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 #5550ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5550ea


Comments

No comments written yet.

Please login to write comment.