Color Hex Logo

#5531fa Color Hex

#5531FA
(85,49,250)
0 Favorites   0 Comments

Color spaces of #5531fa

RGB 8549250
HSL0.700.950.59
HSV251°80°98°
CMYK 0.660.800.00   0.02
XYZ22.099911.030091.4067
Yxy11.03000.17750.0886
Hunter Lab33.211460.6593-139.9338
CIE-Lab39.631067.6705-92.7545

#5531fa color RGB value is (85,49,250).

#5531fa hex color red value is 85, green value is 49 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5531fa hue: 0.70 , saturation: 0.95 and the lightness value of 5531fa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110001 11111010
Octal 125 61 372
Decimal 85 49 250
Hex 55 31 FA

RGB Percentages of Color #5531fa

%22.14
%12.76
%65.10

CMYK Percentages of Color #5531fa

%66
%80
%0
%2

Triadic Colors of #5531fa

#5531fa #fa5531 #31fa55

Analogous Colors of #5531fa

#5531fa #ba31fa #3172fa

Monochromatic Colors of #5531fa

#5531fa

Complementary Color

#5531fa #d6fa31

#5531fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5531fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5531fa Color CSS Codes

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

#5531fa Text Font Color

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

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


#5531fa Background Color

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

This div background color is #5531fa


#5531fa Border Color

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

This div border color is #5531fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5531fa

Related Colors


Comments

No comments written yet.

Please login to write comment.