Color Hex Logo

#5141ea Color Hex

#5141EA
(81,65,234)
0 Favorites   0 Comments

Color spaces of #5141ea

RGB 8165234
HSL0.680.800.59
HSV246°72°92°
CMYK 0.650.720.00   0.08
XYZ20.134911.470478.9947
Yxy11.47040.18210.1037
Hunter Lab33.868046.8513-114.5822
CIE-Lab40.361755.1239-82.5362

#5141ea color RGB value is (81,65,234).

#5141ea hex color red value is 81, green value is 65 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5141ea hue: 0.68 , saturation: 0.80 and the lightness value of 5141ea is 0.59.

The process color (four color CMYK) of #5141ea color hex is 0.65, 0.72, 0.00, 0.08. Web safe color of #5141ea is #6633ff. Color #5141ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000001 11101010
Octal 121 101 352
Decimal 81 65 234
Hex 51 41 EA

RGB Percentages of Color #5141ea

%21.32
%17.11
%61.58

CMYK Percentages of Color #5141ea

%65
%72
%0
%8

Triadic Colors of #5141ea

#5141ea #ea5141 #41ea51

Analogous Colors of #5141ea

#5141ea #a641ea #4186ea

Monochromatic Colors of #5141ea

#5141ea

Complementary Color

#5141ea #daea41

#5141ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5141ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5141ea Color CSS Codes

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

#5141ea Text Font Color

<p style="color:#5141ea">Text here</p>

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


#5141ea Background Color

<div style="background-color:#5141ea">
Div content here</div>

This div background color is #5141ea


#5141ea Border Color

<div style="border:3px solid #5141ea">
Div here</div>

This div border color is #5141ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,65,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5141ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5141ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5141ea;
  box-shadow:         1px 1px 3px 2px #5141ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5141ea


Comments

No comments written yet.

Please login to write comment.