Color Hex Logo

#5015ef Color Hex

#5015EF
(80,21,239)
0 Favorites   0 Comments

Color spaces of #5015ef

RGB 8021239
HSL0.710.870.51
HSV256°91°94°
CMYK 0.670.910.00   0.06
XYZ19.15648.473882.2873
Yxy8.47380.17430.0771
Hunter Lab29.109866.5241-147.2236
CIE-Lab34.950873.5382-94.3283

#5015ef color RGB value is (80,21,239).

#5015ef hex color red value is 80, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5015ef hue: 0.71 , saturation: 0.87 and the lightness value of 5015ef is 0.51.

The process color (four color CMYK) of #5015ef color hex is 0.67, 0.91, 0.00, 0.06. Web safe color of #5015ef is #6600ff. Color #5015ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010101 11101111
Octal 120 25 357
Decimal 80 21 239
Hex 50 15 EF

RGB Percentages of Color #5015ef

%23.53
%6.18
%70.29

CMYK Percentages of Color #5015ef

%67
%91
%0
%6

Triadic Colors of #5015ef

#5015ef #ef5015 #15ef50

Analogous Colors of #5015ef

#5015ef #bd15ef #1547ef

Monochromatic Colors of #5015ef

#5015ef

Complementary Color

#5015ef #b4ef15

#5015ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5015ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5015ef Color CSS Codes

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

#5015ef Text Font Color

<p style="color:#5015ef">Text here</p>

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


#5015ef Background Color

<div style="background-color:#5015ef">
Div content here</div>

This div background color is #5015ef


#5015ef Border Color

<div style="border:3px solid #5015ef">
Div here</div>

This div border color is #5015ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,21,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5015ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5015ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5015ef;
  box-shadow:         1px 1px 3px 2px #5015ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5015ef


Comments

No comments written yet.

Please login to write comment.