Color Hex Logo

#5147df Color Hex

#5147DF
(81,71,223)
0 Favorites   0 Comments

Color spaces of #5147df

RGB 8171223
HSL0.680.700.58
HSV244°68°87°
CMYK 0.640.680.00   0.13
XYZ18.965911.583571.0483
Yxy11.58350.18670.1140
Hunter Lab34.034539.9095-99.9458
CIE-Lab40.546448.4443-75.9777

#5147df color RGB value is (81,71,223).

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

The process color (four color CMYK) of #5147df color hex is 0.64, 0.68, 0.00, 0.13. Web safe color of #5147df is #6633cc. Color #5147df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000111 11011111
Octal 121 107 337
Decimal 81 71 223
Hex 51 47 DF

RGB Percentages of Color #5147df

%21.60
%18.93
%59.47

CMYK Percentages of Color #5147df

%64
%68
%0
%13

Triadic Colors of #5147df

#5147df #df5147 #47df51

Analogous Colors of #5147df

#5147df #9d47df #4789df

Monochromatic Colors of #5147df

#5147df

Complementary Color

#5147df #d5df47

#5147df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5147df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5147df Color CSS Codes

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

#5147df Text Font Color

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

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


#5147df Background Color

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

This div background color is #5147df


#5147df Border Color

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

This div border color is #5147df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5147df


Comments

No comments written yet.

Please login to write comment.