Color Hex Logo

#511dbc Color Hex

#511DBC
(81,29,188)
0 Favorites   0 Comments

Color spaces of #511dbc

RGB 8129188
HSL0.720.730.43
HSV260°85°74°
CMYK 0.570.850.00   0.26
XYZ12.90986.258948.1046
Yxy6.25890.19190.0930
Hunter Lab25.017848.3293-96.4913
CIE-Lab30.056558.4988-72.9176

#511dbc color RGB value is (81,29,188).

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

The process color (four color CMYK) of #511dbc color hex is 0.57, 0.85, 0.00, 0.26. Web safe color of #511dbc is #6633cc. Color #511dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011101 10111100
Octal 121 35 274
Decimal 81 29 188
Hex 51 1D BC

RGB Percentages of Color #511dbc

%27.18
%9.73
%63.09

CMYK Percentages of Color #511dbc

%57
%85
%0
%26

Triadic Colors of #511dbc

#511dbc #bc511d #1dbc51

Analogous Colors of #511dbc

#511dbc #a11dbc #1d38bc

Monochromatic Colors of #511dbc

#511dbc

Complementary Color

#511dbc #88bc1d

#511dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#511dbc Color CSS Codes

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

#511dbc Text Font Color

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

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


#511dbc Background Color

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

This div background color is #511dbc


#511dbc Border Color

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

This div border color is #511dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511dbc


Comments

No comments written yet.

Please login to write comment.