Color Hex Logo

#498fdd Color Hex

#498FDD
(73,143,221)
0 Favorites   0 Comments

Color spaces of #498fdd

RGB 73143221
HSL0.590.690.58
HSV212°67°87°
CMYK 0.670.350.00   0.13
XYZ25.621326.281872.1291
Yxy26.28180.20660.2119
Hunter Lab51.2658-0.5055-47.5328
CIE-Lab58.30362.7174-46.2370

#498fdd color RGB value is (73,143,221).

#498fdd hex color red value is 73, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #498fdd hue: 0.59 , saturation: 0.69 and the lightness value of 498fdd is 0.58.

The process color (four color CMYK) of #498fdd color hex is 0.67, 0.35, 0.00, 0.13. Web safe color of #498fdd is #3399cc. Color #498fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 11011101
Octal 111 217 335
Decimal 73 143 221
Hex 49 8F DD

RGB Percentages of Color #498fdd

%16.70
%32.72
%50.57

CMYK Percentages of Color #498fdd

%67
%35
%0
%13

Triadic Colors of #498fdd

#498fdd #dd498f #8fdd49

Analogous Colors of #498fdd

#498fdd #4d49dd #49d9dd

Monochromatic Colors of #498fdd

#498fdd

Complementary Color

#498fdd #dd9749

#498fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498fdd Color CSS Codes

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

#498fdd Text Font Color

<p style="color:#498fdd">Text here</p>

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


#498fdd Background Color

<div style="background-color:#498fdd">
Div content here</div>

This div background color is #498fdd


#498fdd Border Color

<div style="border:3px solid #498fdd">
Div here</div>

This div border color is #498fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,143,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #498fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #498fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #498fdd;
  box-shadow:         1px 1px 3px 2px #498fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,143,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 #498fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498fdd


Comments

No comments written yet.

Please login to write comment.