Color Hex Logo

#511ebc Color Hex

#511EBC
(81,30,188)
0 Favorites   0 Comments

Color spaces of #511ebc

RGB 8130188
HSL0.720.720.43
HSV259°84°74°
CMYK 0.570.840.00   0.26
XYZ12.93476.308748.1129
Yxy6.30870.19200.0937
Hunter Lab25.117147.9681-95.9905
CIE-Lab30.178358.1388-72.7163

#511ebc color RGB value is (81,30,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011110 10111100
Octal 121 36 274
Decimal 81 30 188
Hex 51 1E BC

RGB Percentages of Color #511ebc

%27.09
%10.03
%62.88

CMYK Percentages of Color #511ebc

%57
%84
%0
%26

Triadic Colors of #511ebc

#511ebc #bc511e #1ebc51

Analogous Colors of #511ebc

#511ebc #a01ebc #1e3abc

Monochromatic Colors of #511ebc

#511ebc

Complementary Color

#511ebc #89bc1e

#511ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#511ebc Color CSS Codes

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

#511ebc Text Font Color

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

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


#511ebc Background Color

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

This div background color is #511ebc


#511ebc Border Color

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

This div border color is #511ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511ebc


Comments

No comments written yet.

Please login to write comment.