Color Hex Logo

#5101ef Color Hex

#5101EF
(81,1,239)
0 Favorites   0 Comments

Color spaces of #5101ef

RGB 811239
HSL0.720.990.47
HSV260°100°94°
CMYK 0.661.000.00   0.06
XYZ18.98428.003082.2055
Yxy8.00300.17390.0733
Hunter Lab28.289670.2787-152.4857
CIE-Lab33.989176.8021-95.9260

#5101ef color RGB value is (81,1,239).

#5101ef hex color red value is 81, green value is 1 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5101ef hue: 0.72 , saturation: 0.99 and the lightness value of 5101ef is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000001 11101111
Octal 121 1 357
Decimal 81 1 239
Hex 51 1 EF

RGB Percentages of Color #5101ef

%25.23
%0.31
%74.45

CMYK Percentages of Color #5101ef

%66
%100
%0
%6

Triadic Colors of #5101ef

#5101ef #ef5101 #01ef51

Analogous Colors of #5101ef

#5101ef #c801ef #0128ef

Monochromatic Colors of #5101ef

#5101ef

Complementary Color

#5101ef #9fef01

#5101ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5101ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5101ef Color CSS Codes

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

#5101ef Text Font Color

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

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


#5101ef Background Color

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

This div background color is #5101ef


#5101ef Border Color

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

This div border color is #5101ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,1,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 #5101ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5101ef


Comments

No comments written yet.

Please login to write comment.