Color Hex Logo

#5098dc Color Hex

#5098DC
(80,152,220)
0 Favorites   0 Comments

Color spaces of #5098dc

RGB 80152220
HSL0.580.670.59
HSV209°64°86°
CMYK 0.640.310.00   0.14
XYZ27.454829.329371.9242
Yxy29.32930.21330.2279
Hunter Lab54.1565-4.2829-40.8323
CIE-Lab61.0712-1.6841-41.3000

#5098dc color RGB value is (80,152,220).

#5098dc hex color red value is 80, green value is 152 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5098dc hue: 0.58 , saturation: 0.67 and the lightness value of 5098dc is 0.59.

The process color (four color CMYK) of #5098dc color hex is 0.64, 0.31, 0.00, 0.14. Web safe color of #5098dc is #6699cc. Color #5098dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011000 11011100
Octal 120 230 334
Decimal 80 152 220
Hex 50 98 DC

RGB Percentages of Color #5098dc

%17.70
%33.63
%48.67

CMYK Percentages of Color #5098dc

%64
%31
%0
%14

Triadic Colors of #5098dc

#5098dc #dc5098 #98dc50

Analogous Colors of #5098dc

#5098dc #5052dc #50dcda

Monochromatic Colors of #5098dc

#5098dc

Complementary Color

#5098dc #dc9450

#5098dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5098dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5098dc Color CSS Codes

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

#5098dc Text Font Color

<p style="color:#5098dc">Text here</p>

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


#5098dc Background Color

<div style="background-color:#5098dc">
Div content here</div>

This div background color is #5098dc


#5098dc Border Color

<div style="border:3px solid #5098dc">
Div here</div>

This div border color is #5098dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,152,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5098dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5098dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5098dc;
  box-shadow:         1px 1px 3px 2px #5098dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5098dc


Comments

No comments written yet.

Please login to write comment.