Color Hex Logo

#5088dd Color Hex

#5088DD
(80,136,221)
0 Favorites   0 Comments

Color spaces of #5088dd

RGB 80136221
HSL0.600.670.59
HSV216°64°87°
CMYK 0.640.380.00   0.13
XYZ25.163624.534371.8159
Yxy24.53430.20710.2019
Hunter Lab49.53214.0014-51.2912
CIE-Lab56.61888.0443-48.8890

#5088dd color RGB value is (80,136,221).

#5088dd hex color red value is 80, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5088dd hue: 0.60 , saturation: 0.67 and the lightness value of 5088dd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 11011101
Octal 120 210 335
Decimal 80 136 221
Hex 50 88 DD

RGB Percentages of Color #5088dd

%18.31
%31.12
%50.57

CMYK Percentages of Color #5088dd

%64
%38
%0
%13

Triadic Colors of #5088dd

#5088dd #dd5088 #88dd50

Analogous Colors of #5088dd

#5088dd #5f50dd #50cfdd

Monochromatic Colors of #5088dd

#5088dd

Complementary Color

#5088dd #dda550

#5088dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5088dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5088dd Color CSS Codes

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

#5088dd Text Font Color

<p style="color:#5088dd">Text here</p>

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


#5088dd Background Color

<div style="background-color:#5088dd">
Div content here</div>

This div background color is #5088dd


#5088dd Border Color

<div style="border:3px solid #5088dd">
Div here</div>

This div border color is #5088dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,136,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5088dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5088dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5088dd;
  box-shadow:         1px 1px 3px 2px #5088dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5088dd


Comments

No comments written yet.

Please login to write comment.