Color Hex Logo

#5550fa Color Hex

#5550FA
(85,80,250)
0 Favorites   0 Comments

Color spaces of #5550fa

RGB 8580250
HSL0.670.940.65
HSV242°68°98°
CMYK 0.660.680.00   0.02
XYZ23.870314.570791.9968
Yxy14.57070.18300.1117
Hunter Lab38.171644.8233-116.1739
CIE-Lab45.040552.3535-83.8328

#5550fa color RGB value is (85,80,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010000 11111010
Octal 125 120 372
Decimal 85 80 250
Hex 55 50 FA

RGB Percentages of Color #5550fa

%20.48
%19.28
%60.24

CMYK Percentages of Color #5550fa

%66
%68
%0
%2

Triadic Colors of #5550fa

#5550fa #fa5550 #50fa55

Analogous Colors of #5550fa

#5550fa #aa50fa #50a0fa

Monochromatic Colors of #5550fa

#5550fa

Complementary Color

#5550fa #f5fa50

#5550fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5550fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5550fa Color CSS Codes

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

#5550fa Text Font Color

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

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


#5550fa Background Color

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

This div background color is #5550fa


#5550fa Border Color

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

This div border color is #5550fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5550fa


Comments

No comments written yet.

Please login to write comment.