Color Hex Logo

#5012ea Color Hex

#5012EA
(80,18,234)
0 Favorites   0 Comments

Color spaces of #5012ea

RGB 8018234
HSL0.710.860.49
HSV257°92°92°
CMYK 0.660.920.00   0.08
XYZ18.37598.078678.4327
Yxy8.07860.17520.0770
Hunter Lab28.422965.6634-143.7143
CIE-Lab34.146072.9701-92.8256

#5012ea color RGB value is (80,18,234).

#5012ea hex color red value is 80, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5012ea hue: 0.71 , saturation: 0.86 and the lightness value of 5012ea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 11101010
Octal 120 22 352
Decimal 80 18 234
Hex 50 12 EA

RGB Percentages of Color #5012ea

%24.10
%5.42
%70.48

CMYK Percentages of Color #5012ea

%66
%92
%0
%8

Triadic Colors of #5012ea

#5012ea #ea5012 #12ea50

Analogous Colors of #5012ea

#5012ea #bc12ea #1240ea

Monochromatic Colors of #5012ea

#5012ea

Complementary Color

#5012ea #acea12

#5012ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5012ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5012ea Color CSS Codes

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

#5012ea Text Font Color

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

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


#5012ea Background Color

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

This div background color is #5012ea


#5012ea Border Color

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

This div border color is #5012ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5012ea


Comments

No comments written yet.

Please login to write comment.