Color Hex Logo

#511bcd Color Hex

#511BCD
(81,27,205)
0 Favorites   0 Comments

Color spaces of #511bcd

RGB 8127205
HSL0.720.770.45
HSV258°87°80°
CMYK 0.600.870.00   0.20
XYZ14.80476.941058.3171
Yxy6.94100.18490.0867
Hunter Lab26.345854.2009-112.7980
CIE-Lab31.672263.5399-80.2274

#511bcd color RGB value is (81,27,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 11001101
Octal 121 33 315
Decimal 81 27 205
Hex 51 1B CD

RGB Percentages of Color #511bcd

%25.88
%8.63
%65.50

CMYK Percentages of Color #511bcd

%60
%87
%0
%20

Triadic Colors of #511bcd

#511bcd #cd511b #1bcd51

Analogous Colors of #511bcd

#511bcd #aa1bcd #1b3ecd

Monochromatic Colors of #511bcd

#511bcd

Complementary Color

#511bcd #97cd1b

#511bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bcd Color CSS Codes

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

#511bcd Text Font Color

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

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


#511bcd Background Color

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

This div background color is #511bcd


#511bcd Border Color

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

This div border color is #511bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bcd


Comments

No comments written yet.

Please login to write comment.