Color Hex Logo

#5100ef Color Hex

#5100EF
(81,0,239)
0 Favorites   0 Comments

Color spaces of #5100ef

RGB 810239
HSL0.721.000.47
HSV260°100°94°
CMYK 0.661.000.00   0.06
XYZ18.97337.981382.2019
Yxy7.98130.17380.0731
Hunter Lab28.251270.4397-152.7390
CIE-Lab33.943976.9411-96.0013

#5100ef color RGB value is (81,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000000 11101111
Octal 121 0 357
Decimal 81 0 239
Hex 51 0 EF

RGB Percentages of Color #5100ef

%25.31
%0.00
%74.69

CMYK Percentages of Color #5100ef

%66
%100
%0
%6

Triadic Colors of #5100ef

#5100ef #ef5100 #00ef51

Analogous Colors of #5100ef

#5100ef #c900ef #0027ef

Monochromatic Colors of #5100ef

#5100ef

Complementary Color

#5100ef #9eef00

#5100ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5100ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5100ef Color CSS Codes

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

#5100ef Text Font Color

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

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


#5100ef Background Color

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

This div background color is #5100ef


#5100ef Border Color

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

This div border color is #5100ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5100ef


Comments

No comments written yet.

Please login to write comment.