Color Hex Logo

#511fda Color Hex

#511FDA
(81,31,218)
0 Favorites   0 Comments

Color spaces of #511fda

RGB 8131218
HSL0.710.750.49
HSV256°86°85°
CMYK 0.630.860.00   0.15
XYZ16.53827.791366.9619
Yxy7.79130.18120.0853
Hunter Lab27.912956.9124-122.6952
CIE-Lab33.544465.5852-84.6583

#511fda color RGB value is (81,31,218).

#511fda hex color red value is 81, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #511fda hue: 0.71 , saturation: 0.75 and the lightness value of 511fda is 0.49.

The process color (four color CMYK) of #511fda color hex is 0.63, 0.86, 0.00, 0.15. Web safe color of #511fda is #6633cc. Color #511fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011111 11011010
Octal 121 37 332
Decimal 81 31 218
Hex 51 1F DA

RGB Percentages of Color #511fda

%24.55
%9.39
%66.06

CMYK Percentages of Color #511fda

%63
%86
%0
%15

Triadic Colors of #511fda

#511fda #da511f #1fda51

Analogous Colors of #511fda

#511fda #af1fda #1f4ada

Monochromatic Colors of #511fda

#511fda

Complementary Color

#511fda #a8da1f

#511fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#511fda Color CSS Codes

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

#511fda Text Font Color

<p style="color:#511fda">Text here</p>

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


#511fda Background Color

<div style="background-color:#511fda">
Div content here</div>

This div background color is #511fda


#511fda Border Color

<div style="border:3px solid #511fda">
Div here</div>

This div border color is #511fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,31,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #511fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #511fda;
  -webkit-box-shadow: 1px 1px 3px 2px #511fda;
  box-shadow:         1px 1px 3px 2px #511fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,31,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511fda


Comments

No comments written yet.

Please login to write comment.