Color Hex Logo

#5516fa Color Hex

#5516FA
(85,22,250)
0 Favorites   0 Comments

Color spaces of #5516fa

RGB 8522250
HSL0.710.960.53
HSV257°91°98°
CMYK 0.660.910.00   0.02
XYZ21.28859.407291.1362
Yxy9.40720.17470.0772
Hunter Lab30.671270.2203-154.7043
CIE-Lab36.756876.2494-97.5237

#5516fa color RGB value is (85,22,250).

#5516fa hex color red value is 85, green value is 22 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5516fa hue: 0.71 , saturation: 0.96 and the lightness value of 5516fa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00010110 11111010
Octal 125 26 372
Decimal 85 22 250
Hex 55 16 FA

RGB Percentages of Color #5516fa

%23.81
%6.16
%70.03

CMYK Percentages of Color #5516fa

%66
%91
%0
%2

Triadic Colors of #5516fa

#5516fa #fa5516 #16fa55

Analogous Colors of #5516fa

#5516fa #c716fa #1649fa

Monochromatic Colors of #5516fa

#5516fa

Complementary Color

#5516fa #bbfa16

#5516fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5516fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5516fa Color CSS Codes

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

#5516fa Text Font Color

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

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


#5516fa Background Color

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

This div background color is #5516fa


#5516fa Border Color

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

This div border color is #5516fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5516fa

Related Colors


Comments

No comments written yet.

Please login to write comment.