Color Hex Logo

#511cca Color Hex

#511CCA
(81,28,202)
0 Favorites   0 Comments

Color spaces of #511cca

RGB 8128202
HSL0.720.760.45
HSV258°86°79°
CMYK 0.600.860.00   0.21
XYZ14.46936.844156.4355
Yxy6.84410.18610.0880
Hunter Lab26.161252.9429-109.5886
CIE-Lab31.449362.4535-78.8458

#511cca color RGB value is (81,28,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011100 11001010
Octal 121 34 312
Decimal 81 28 202
Hex 51 1C CA

RGB Percentages of Color #511cca

%26.05
%9.00
%64.95

CMYK Percentages of Color #511cca

%60
%86
%0
%21

Triadic Colors of #511cca

#511cca #ca511c #1cca51

Analogous Colors of #511cca

#511cca #a81cca #1c3eca

Monochromatic Colors of #511cca

#511cca

Complementary Color

#511cca #95ca1c

#511cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#511cca Color CSS Codes

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

#511cca Text Font Color

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

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


#511cca Background Color

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

This div background color is #511cca


#511cca Border Color

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

This div border color is #511cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511cca


Comments

No comments written yet.

Please login to write comment.