Color Hex Logo

#5141fa Color Hex

#5141FA
(81,65,250)
0 Favorites   0 Comments

Color spaces of #5141fa

RGB 8165250
HSL0.680.950.62
HSV245°74°98°
CMYK 0.680.740.00   0.02
XYZ22.539012.432191.6542
Yxy12.43210.17800.0982
Hunter Lab35.259252.4004-129.4395
CIE-Lab41.894859.9355-89.0214

#5141fa color RGB value is (81,65,250).

#5141fa hex color red value is 81, green value is 65 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5141fa hue: 0.68 , saturation: 0.95 and the lightness value of 5141fa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 11111010
Octal 121 101 372
Decimal 81 65 250
Hex 51 41 FA

RGB Percentages of Color #5141fa

%20.45
%16.41
%63.13

CMYK Percentages of Color #5141fa

%68
%74
%0
%2

Triadic Colors of #5141fa

#5141fa #fa5141 #41fa51

Analogous Colors of #5141fa

#5141fa #ae41fa #418efa

Monochromatic Colors of #5141fa

#5141fa

Complementary Color

#5141fa #eafa41

#5141fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5141fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5141fa Color CSS Codes

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

#5141fa Text Font Color

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

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


#5141fa Background Color

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

This div background color is #5141fa


#5141fa Border Color

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

This div border color is #5141fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5141fa


Comments

No comments written yet.

Please login to write comment.