Color Hex Logo

#511bdf Color Hex

#511BDF
(81,27,223)
0 Favorites   0 Comments

Color spaces of #511bdf

RGB 8127223
HSL0.710.780.49
HSV257°88°87°
CMYK 0.640.880.00   0.13
XYZ17.10467.860970.4278
Yxy7.86090.17930.0824
Hunter Lab28.037359.8315-129.3064
CIE-Lab33.691568.1021-87.2899

#511bdf color RGB value is (81,27,223).

#511bdf hex color red value is 81, green value is 27 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #511bdf hue: 0.71 , saturation: 0.78 and the lightness value of 511bdf is 0.49.

The process color (four color CMYK) of #511bdf color hex is 0.64, 0.88, 0.00, 0.13. Web safe color of #511bdf is #6633cc. Color #511bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011011 11011111
Octal 121 33 337
Decimal 81 27 223
Hex 51 1B DF

RGB Percentages of Color #511bdf

%24.47
%8.16
%67.37

CMYK Percentages of Color #511bdf

%64
%88
%0
%13

Triadic Colors of #511bdf

#511bdf #df511b #1bdf51

Analogous Colors of #511bdf

#511bdf #b31bdf #1b47df

Monochromatic Colors of #511bdf

#511bdf

Complementary Color

#511bdf #a9df1b

#511bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#511bdf Color CSS Codes

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

#511bdf Text Font Color

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

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


#511bdf Background Color

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

This div background color is #511bdf


#511bdf Border Color

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

This div border color is #511bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511bdf


Comments

No comments written yet.

Please login to write comment.