Color Hex Logo

#514de9 Color Hex

#514DE9
(81,77,233)
0 Favorites   0 Comments

Color spaces of #514de9

RGB 8177233
HSL0.670.780.61
HSV242°67°91°
CMYK 0.650.670.00   0.09
XYZ20.755212.940378.4946
Yxy12.94030.18500.1153
Hunter Lab35.972640.0374-104.1938
CIE-Lab42.673248.1907-78.1709

#514de9 color RGB value is (81,77,233).

#514de9 hex color red value is 81, green value is 77 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #514de9 hue: 0.67 , saturation: 0.78 and the lightness value of 514de9 is 0.61.

The process color (four color CMYK) of #514de9 color hex is 0.65, 0.67, 0.00, 0.09. Web safe color of #514de9 is #6666ff. Color #514de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001101 11101001
Octal 121 115 351
Decimal 81 77 233
Hex 51 4D E9

RGB Percentages of Color #514de9

%20.72
%19.69
%59.59

CMYK Percentages of Color #514de9

%65
%67
%0
%9

Triadic Colors of #514de9

#514de9 #e9514d #4de951

Analogous Colors of #514de9

#514de9 #9f4de9 #4d97e9

Monochromatic Colors of #514de9

#514de9

Complementary Color

#514de9 #e5e94d

#514de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514de9 Color CSS Codes

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

#514de9 Text Font Color

<p style="color:#514de9">Text here</p>

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


#514de9 Background Color

<div style="background-color:#514de9">
Div content here</div>

This div background color is #514de9


#514de9 Border Color

<div style="border:3px solid #514de9">
Div here</div>

This div border color is #514de9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,77,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514de9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514de9;
  -webkit-box-shadow: 1px 1px 3px 2px #514de9;
  box-shadow:         1px 1px 3px 2px #514de9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514de9


Comments

No comments written yet.

Please login to write comment.