Color Hex Logo

#511bcc Color Hex

#511BCC
(81,27,204)
0 Favorites   0 Comments

Color spaces of #511bcc

RGB 8127204
HSL0.720.770.45
HSV258°87°80°
CMYK 0.600.870.00   0.20
XYZ14.68446.892857.6832
Yxy6.89280.18530.0870
Hunter Lab26.254153.8934-111.8887
CIE-Lab31.561663.2860-79.8275

#511bcc color RGB value is (81,27,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 11001100
Octal 121 33 314
Decimal 81 27 204
Hex 51 1B CC

RGB Percentages of Color #511bcc

%25.96
%8.65
%65.38

CMYK Percentages of Color #511bcc

%60
%87
%0
%20

Triadic Colors of #511bcc

#511bcc #cc511b #1bcc51

Analogous Colors of #511bcc

#511bcc #aa1bcc #1b3dcc

Monochromatic Colors of #511bcc

#511bcc

Complementary Color

#511bcc #96cc1b

#511bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bcc Color CSS Codes

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

#511bcc Text Font Color

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

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


#511bcc Background Color

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

This div background color is #511bcc


#511bcc Border Color

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

This div border color is #511bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bcc


Comments

No comments written yet.

Please login to write comment.