Color Hex Logo

#550efa Color Hex

#550EFA
(85,14,250)
0 Favorites   0 Comments

Color spaces of #550efa

RGB 8514250
HSL0.720.960.52
HSV258°94°98°
CMYK 0.660.940.00   0.02
XYZ21.15879.147591.0929
Yxy9.14750.17430.0754
Hunter Lab30.244871.9467-157.4012
CIE-Lab36.266777.7432-98.3387

#550efa color RGB value is (85,14,250).

#550efa hex color red value is 85, green value is 14 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #550efa hue: 0.72 , saturation: 0.96 and the lightness value of 550efa is 0.52.

The process color (four color CMYK) of #550efa color hex is 0.66, 0.94, 0.00, 0.02. Web safe color of #550efa is #6600ff. Color #550efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001110 11111010
Octal 125 16 372
Decimal 85 14 250
Hex 55 E FA

RGB Percentages of Color #550efa

%24.36
%4.01
%71.63

CMYK Percentages of Color #550efa

%66
%94
%0
%2

Triadic Colors of #550efa

#550efa #fa550e #0efa55

Analogous Colors of #550efa

#550efa #cb0efa #0e3dfa

Monochromatic Colors of #550efa

#550efa

Complementary Color

#550efa #b3fa0e

#550efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#550efa Color CSS Codes

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

#550efa Text Font Color

<p style="color:#550efa">Text here</p>

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


#550efa Background Color

<div style="background-color:#550efa">
Div content here</div>

This div background color is #550efa


#550efa Border Color

<div style="border:3px solid #550efa">
Div here</div>

This div border color is #550efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,14,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550efa;
  -webkit-box-shadow: 1px 1px 3px 2px #550efa;
  box-shadow:         1px 1px 3px 2px #550efa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550efa


Comments

No comments written yet.

Please login to write comment.