Color Hex Logo

#5147ef Color Hex

#5147EF
(81,71,239)
0 Favorites   0 Comments

Color spaces of #5147ef

RGB 8171239
HSL0.680.840.61
HSV244°70°94°
CMYK 0.660.700.00   0.06
XYZ21.226612.487882.9530
Yxy12.48780.18190.1070
Hunter Lab35.338145.3783-114.4413
CIE-Lab41.981153.4360-82.6970

#5147ef color RGB value is (81,71,239).

#5147ef hex color red value is 81, green value is 71 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5147ef hue: 0.68 , saturation: 0.84 and the lightness value of 5147ef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 11101111
Octal 121 107 357
Decimal 81 71 239
Hex 51 47 EF

RGB Percentages of Color #5147ef

%20.72
%18.16
%61.13

CMYK Percentages of Color #5147ef

%66
%70
%0
%6

Triadic Colors of #5147ef

#5147ef #ef5147 #47ef51

Analogous Colors of #5147ef

#5147ef #a547ef #4791ef

Monochromatic Colors of #5147ef

#5147ef

Complementary Color

#5147ef #e5ef47

#5147ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5147ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5147ef Color CSS Codes

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

#5147ef Text Font Color

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

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


#5147ef Background Color

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

This div background color is #5147ef


#5147ef Border Color

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

This div border color is #5147ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5147ef


Comments

No comments written yet.

Please login to write comment.