Color Hex Logo

#4997fd Color Hex

#4997FD
(73,151,253)
0 Favorites   0 Comments

Color spaces of #4997fd

RGB 73151253
HSL0.590.980.64
HSV214°71°99°
CMYK 0.710.400.00   0.01
XYZ31.543930.641597.1804
Yxy30.64150.19790.1923
Hunter Lab55.35484.8473-65.3407
CIE-Lab62.20389.0895-57.7273

#4997fd color RGB value is (73,151,253).

#4997fd hex color red value is 73, green value is 151 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4997fd hue: 0.59 , saturation: 0.98 and the lightness value of 4997fd is 0.64.

The process color (four color CMYK) of #4997fd color hex is 0.71, 0.40, 0.00, 0.01. Web safe color of #4997fd is #3399ff. Color #4997fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10010111 11111101
Octal 111 227 375
Decimal 73 151 253
Hex 49 97 FD

RGB Percentages of Color #4997fd

%15.30
%31.66
%53.04

CMYK Percentages of Color #4997fd

%71
%40
%0
%1

Triadic Colors of #4997fd

#4997fd #fd4997 #97fd49

Analogous Colors of #4997fd

#4997fd #5549fd #49f1fd

Monochromatic Colors of #4997fd

#4997fd

Complementary Color

#4997fd #fdaf49

#4997fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4997fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4997fd Color CSS Codes

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

#4997fd Text Font Color

<p style="color:#4997fd">Text here</p>

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


#4997fd Background Color

<div style="background-color:#4997fd">
Div content here</div>

This div background color is #4997fd


#4997fd Border Color

<div style="border:3px solid #4997fd">
Div here</div>

This div border color is #4997fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,151,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4997fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4997fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4997fd;
  box-shadow:         1px 1px 3px 2px #4997fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,151,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4997fd


Comments

No comments written yet.

Please login to write comment.