Color Hex Logo

#511dcd Color Hex

#511DCD
(81,29,205)
0 Favorites   0 Comments

Color spaces of #511dcd

RGB 8129205
HSL0.720.750.46
HSV258°86°80°
CMYK 0.600.860.00   0.20
XYZ14.85217.035858.3329
Yxy7.03580.18510.0877
Hunter Lab26.525153.5280-111.8206
CIE-Lab31.888362.8955-79.8696

#511dcd color RGB value is (81,29,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011101 11001101
Octal 121 35 315
Decimal 81 29 205
Hex 51 1D CD

RGB Percentages of Color #511dcd

%25.71
%9.21
%65.08

CMYK Percentages of Color #511dcd

%60
%86
%0
%20

Triadic Colors of #511dcd

#511dcd #cd511d #1dcd51

Analogous Colors of #511dcd

#511dcd #a91dcd #1d41cd

Monochromatic Colors of #511dcd

#511dcd

Complementary Color

#511dcd #99cd1d

#511dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#511dcd Color CSS Codes

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

#511dcd Text Font Color

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

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


#511dcd Background Color

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

This div background color is #511dcd


#511dcd Border Color

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

This div border color is #511dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511dcd


Comments

No comments written yet.

Please login to write comment.