Color Hex Logo

#5189df Color Hex

#5189DF
(81,137,223)
0 Favorites   0 Comments

Color spaces of #5189df

RGB 81137223
HSL0.600.690.60
HSV216°64°87°
CMYK 0.640.390.00   0.13
XYZ25.658324.968473.2791
Yxy24.96840.20710.2015
Hunter Lab49.96844.2134-51.9715
CIE-Lab57.04468.2993-49.3293

#5189df color RGB value is (81,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001001 11011111
Octal 121 211 337
Decimal 81 137 223
Hex 51 89 DF

RGB Percentages of Color #5189df

%18.37
%31.07
%50.57

CMYK Percentages of Color #5189df

%64
%39
%0
%13

Triadic Colors of #5189df

#5189df #df5189 #89df51

Analogous Colors of #5189df

#5189df #6051df #51d0df

Monochromatic Colors of #5189df

#5189df

Complementary Color

#5189df #dfa751

#5189df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5189df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5189df Color CSS Codes

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

#5189df Text Font Color

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

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


#5189df Background Color

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

This div background color is #5189df


#5189df Border Color

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

This div border color is #5189df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5189df


Comments

No comments written yet.

Please login to write comment.