Color Hex Logo

#5031e1 Color Hex

#5031E1
(80,49,225)
0 Favorites   0 Comments

Color spaces of #5031e1

RGB 8049225
HSL0.700.750.54
HSV251°78°88°
CMYK 0.640.780.00   0.12
XYZ17.99729.338372.0881
Yxy9.33830.18100.0939
Hunter Lab30.558651.6482-118.4746
CIE-Lab36.627660.2737-83.5762

#5031e1 color RGB value is (80,49,225).

#5031e1 hex color red value is 80, green value is 49 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5031e1 hue: 0.70 , saturation: 0.75 and the lightness value of 5031e1 is 0.54.

The process color (four color CMYK) of #5031e1 color hex is 0.64, 0.78, 0.00, 0.12. Web safe color of #5031e1 is #6633cc. Color #5031e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 11100001
Octal 120 61 341
Decimal 80 49 225
Hex 50 31 E1

RGB Percentages of Color #5031e1

%22.60
%13.84
%63.56

CMYK Percentages of Color #5031e1

%64
%78
%0
%12

Triadic Colors of #5031e1

#5031e1 #e15031 #31e150

Analogous Colors of #5031e1

#5031e1 #a831e1 #316ae1

Monochromatic Colors of #5031e1

#5031e1

Complementary Color

#5031e1 #c2e131

#5031e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5031e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5031e1 Color CSS Codes

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

#5031e1 Text Font Color

<p style="color:#5031e1">Text here</p>

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


#5031e1 Background Color

<div style="background-color:#5031e1">
Div content here</div>

This div background color is #5031e1


#5031e1 Border Color

<div style="border:3px solid #5031e1">
Div here</div>

This div border color is #5031e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,49,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5031e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5031e1;
  -webkit-box-shadow: 1px 1px 3px 2px #5031e1;
  box-shadow:         1px 1px 3px 2px #5031e1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,49,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5031e1


Comments

No comments written yet.

Please login to write comment.