Color Hex Logo

#511dcb Color Hex

#511DCB
(81,29,203)
0 Favorites   0 Comments

Color spaces of #511dcb

RGB 8129203
HSL0.720.750.45
HSV258°86°80°
CMYK 0.600.860.00   0.20
XYZ14.61226.939957.0693
Yxy6.93990.18590.0883
Hunter Lab26.343752.9081-110.0015
CIE-Lab31.669762.3797-79.0650

#511dcb color RGB value is (81,29,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011101 11001011
Octal 121 35 313
Decimal 81 29 203
Hex 51 1D CB

RGB Percentages of Color #511dcb

%25.88
%9.27
%64.86

CMYK Percentages of Color #511dcb

%60
%86
%0
%20

Triadic Colors of #511dcb

#511dcb #cb511d #1dcb51

Analogous Colors of #511dcb

#511dcb #a81dcb #1d40cb

Monochromatic Colors of #511dcb

#511dcb

Complementary Color

#511dcb #97cb1d

#511dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#511dcb Color CSS Codes

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

#511dcb Text Font Color

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

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


#511dcb Background Color

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

This div background color is #511dcb


#511dcb Border Color

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

This div border color is #511dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511dcb


Comments

No comments written yet.

Please login to write comment.