Color Hex Logo

#5039e5 Color Hex

#5039E5
(80,57,229)
0 Favorites   0 Comments

Color spaces of #5039e5

RGB 8057229
HSL0.690.770.56
HSV248°75°90°
CMYK 0.650.750.00   0.10
XYZ18.914210.288975.1178
Yxy10.28890.18130.0986
Hunter Lab32.076349.1212-116.3946
CIE-Lab38.356057.6197-83.0049

#5039e5 color RGB value is (80,57,229).

#5039e5 hex color red value is 80, green value is 57 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5039e5 hue: 0.69 , saturation: 0.77 and the lightness value of 5039e5 is 0.56.

The process color (four color CMYK) of #5039e5 color hex is 0.65, 0.75, 0.00, 0.10. Web safe color of #5039e5 is #6633cc. Color #5039e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 11100101
Octal 120 71 345
Decimal 80 57 229
Hex 50 39 E5

RGB Percentages of Color #5039e5

%21.86
%15.57
%62.57

CMYK Percentages of Color #5039e5

%65
%75
%0
%10

Triadic Colors of #5039e5

#5039e5 #e55039 #39e550

Analogous Colors of #5039e5

#5039e5 #a639e5 #3978e5

Monochromatic Colors of #5039e5

#5039e5

Complementary Color

#5039e5 #cee539

#5039e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5039e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5039e5 Color CSS Codes

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

#5039e5 Text Font Color

<p style="color:#5039e5">Text here</p>

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


#5039e5 Background Color

<div style="background-color:#5039e5">
Div content here</div>

This div background color is #5039e5


#5039e5 Border Color

<div style="border:3px solid #5039e5">
Div here</div>

This div border color is #5039e5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,57,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5039e5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5039e5;
  -webkit-box-shadow: 1px 1px 3px 2px #5039e5;
  box-shadow:         1px 1px 3px 2px #5039e5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5039e5


Comments

No comments written yet.

Please login to write comment.