Color Hex Logo

#5034ea Color Hex

#5034EA
(80,52,234)
0 Favorites   0 Comments

Color spaces of #5034ea

RGB 8052234
HSL0.690.810.56
HSV249°78°92°
CMYK 0.660.780.00   0.08
XYZ19.387510.102078.7699
Yxy10.10200.17910.0933
Hunter Lab31.783653.2607-124.6908
CIE-Lab38.024961.4619-86.3946

#5034ea color RGB value is (80,52,234).

#5034ea hex color red value is 80, green value is 52 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5034ea hue: 0.69 , saturation: 0.81 and the lightness value of 5034ea is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110100 11101010
Octal 120 64 352
Decimal 80 52 234
Hex 50 34 EA

RGB Percentages of Color #5034ea

%21.86
%14.21
%63.93

CMYK Percentages of Color #5034ea

%66
%78
%0
%8

Triadic Colors of #5034ea

#5034ea #ea5034 #34ea50

Analogous Colors of #5034ea

#5034ea #ab34ea #3473ea

Monochromatic Colors of #5034ea

#5034ea

Complementary Color

#5034ea #ceea34

#5034ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5034ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5034ea Color CSS Codes

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

#5034ea Text Font Color

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

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


#5034ea Background Color

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

This div background color is #5034ea


#5034ea Border Color

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

This div border color is #5034ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,52,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 #5034ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5034ea


Comments

No comments written yet.

Please login to write comment.