Color Hex Logo

#5087de Color Hex

#5087DE
(80,135,222)
0 Favorites   0 Comments

Color spaces of #5087de

RGB 80135222
HSL0.600.680.59
HSV217°64°87°
CMYK 0.640.390.00   0.13
XYZ25.157124.307372.4731
Yxy24.30730.20630.1993
Hunter Lab49.30244.8023-52.6428
CIE-Lab56.39428.9850-49.8058

#5087de color RGB value is (80,135,222).

#5087de hex color red value is 80, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5087de hue: 0.60 , saturation: 0.68 and the lightness value of 5087de is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000111 11011110
Octal 120 207 336
Decimal 80 135 222
Hex 50 87 DE

RGB Percentages of Color #5087de

%18.31
%30.89
%50.80

CMYK Percentages of Color #5087de

%64
%39
%0
%13

Triadic Colors of #5087de

#5087de #de5087 #87de50

Analogous Colors of #5087de

#5087de #6050de #50cede

Monochromatic Colors of #5087de

#5087de

Complementary Color

#5087de #dea750

#5087de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5087de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5087de Color CSS Codes

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

#5087de Text Font Color

<p style="color:#5087de">Text here</p>

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


#5087de Background Color

<div style="background-color:#5087de">
Div content here</div>

This div background color is #5087de


#5087de Border Color

<div style="border:3px solid #5087de">
Div here</div>

This div border color is #5087de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,135,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5087de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5087de;
  -webkit-box-shadow: 1px 1px 3px 2px #5087de;
  box-shadow:         1px 1px 3px 2px #5087de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5087de


Comments

No comments written yet.

Please login to write comment.