Color Hex Logo

#5089ec Color Hex

#5089EC
(80,137,236)
0 Favorites   0 Comments

Color spaces of #5089ec

RGB 80137236
HSL0.610.800.62
HSV218°66°93°
CMYK 0.660.420.00   0.07
XYZ27.394225.652982.8646
Yxy25.65290.20160.1887
Hunter Lab50.64877.9095-61.5483
CIE-Lab57.706112.5770-55.5200

#5089ec color RGB value is (80,137,236).

#5089ec hex color red value is 80, green value is 137 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5089ec hue: 0.61 , saturation: 0.80 and the lightness value of 5089ec is 0.62.

The process color (four color CMYK) of #5089ec color hex is 0.66, 0.42, 0.00, 0.07. Web safe color of #5089ec is #6699ff. Color #5089ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001001 11101100
Octal 120 211 354
Decimal 80 137 236
Hex 50 89 EC

RGB Percentages of Color #5089ec

%17.66
%30.24
%52.10

CMYK Percentages of Color #5089ec

%66
%42
%0
%7

Triadic Colors of #5089ec

#5089ec #ec5089 #89ec50

Analogous Colors of #5089ec

#5089ec #6550ec #50d7ec

Monochromatic Colors of #5089ec

#5089ec

Complementary Color

#5089ec #ecb350

#5089ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5089ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5089ec Color CSS Codes

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

#5089ec Text Font Color

<p style="color:#5089ec">Text here</p>

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


#5089ec Background Color

<div style="background-color:#5089ec">
Div content here</div>

This div background color is #5089ec


#5089ec Border Color

<div style="border:3px solid #5089ec">
Div here</div>

This div border color is #5089ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,137,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5089ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5089ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5089ec;
  box-shadow:         1px 1px 3px 2px #5089ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,137,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5089ec


Comments

No comments written yet.

Please login to write comment.