Color Hex Logo

#511dbd Color Hex

#511DBD
(81,29,189)
1 Favorites   0 Comments

Color spaces of #511dbd

RGB 8129189
HSL0.720.730.43
HSV260°85°74°
CMYK 0.570.850.00   0.26
XYZ13.01806.302248.6744
Yxy6.30220.19150.0927
Hunter Lab25.104248.6305-97.3842
CIE-Lab30.162458.7581-73.3340

#511dbd color RGB value is (81,29,189).

#511dbd hex color red value is 81, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #511dbd hue: 0.72 , saturation: 0.73 and the lightness value of 511dbd is 0.43.

The process color (four color CMYK) of #511dbd color hex is 0.57, 0.85, 0.00, 0.26. Web safe color of #511dbd is #6633cc. Color #511dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011101 10111101
Octal 121 35 275
Decimal 81 29 189
Hex 51 1D BD

RGB Percentages of Color #511dbd

%27.09
%9.70
%63.21

CMYK Percentages of Color #511dbd

%57
%85
%0
%26

Triadic Colors of #511dbd

#511dbd #bd511d #1dbd51

Analogous Colors of #511dbd

#511dbd #a11dbd #1d39bd

Monochromatic Colors of #511dbd

#511dbd

Complementary Color

#511dbd #89bd1d

#511dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#511dbd Color CSS Codes

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

#511dbd Text Font Color

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

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


#511dbd Background Color

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

This div background color is #511dbd


#511dbd Border Color

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

This div border color is #511dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511dbd


Comments

No comments written yet.

Please login to write comment.