Color Hex Logo

#5194df Color Hex

#5194DF
(81,148,223)
0 Favorites   0 Comments

Color spaces of #5194df

RGB 81148223
HSL0.590.690.60
HSV212°64°87°
CMYK 0.640.340.00   0.13
XYZ27.302528.256973.8272
Yxy28.25690.21100.2184
Hunter Lab53.1572-1.3443-45.1346
CIE-Lab60.12011.8029-44.4626

#5194df color RGB value is (81,148,223).

#5194df hex color red value is 81, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5194df hue: 0.59 , saturation: 0.69 and the lightness value of 5194df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010100 11011111
Octal 121 224 337
Decimal 81 148 223
Hex 51 94 DF

RGB Percentages of Color #5194df

%17.92
%32.74
%49.34

CMYK Percentages of Color #5194df

%64
%34
%0
%13

Triadic Colors of #5194df

#5194df #df5194 #94df51

Analogous Colors of #5194df

#5194df #5551df #51dbdf

Monochromatic Colors of #5194df

#5194df

Complementary Color

#5194df #df9c51

#5194df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5194df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5194df Color CSS Codes

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

#5194df Text Font Color

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

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


#5194df Background Color

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

This div background color is #5194df


#5194df Border Color

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

This div border color is #5194df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5194df


Comments

No comments written yet.

Please login to write comment.