Color Hex Logo

#495dfa Color Hex

#495DFA
(73,93,250)
0 Favorites   0 Comments

Color spaces of #495dfa

RGB 7393250
HSL0.650.950.63
HSV233°71°98°
CMYK 0.710.630.00   0.02
XYZ23.917316.147392.2986
Yxy16.14730.18070.1220
Hunter Lab40.183735.9215-108.0556
CIE-Lab47.167243.3939-80.3727

#495dfa color RGB value is (73,93,250).

#495dfa hex color red value is 73, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #495dfa hue: 0.65 , saturation: 0.95 and the lightness value of 495dfa is 0.63.

The process color (four color CMYK) of #495dfa color hex is 0.71, 0.63, 0.00, 0.02. Web safe color of #495dfa is #3366ff. Color #495dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011101 11111010
Octal 111 135 372
Decimal 73 93 250
Hex 49 5D FA

RGB Percentages of Color #495dfa

%17.55
%22.36
%60.10

CMYK Percentages of Color #495dfa

%71
%63
%0
%2

Triadic Colors of #495dfa

#495dfa #fa495d #5dfa49

Analogous Colors of #495dfa

#495dfa #8e49fa #49b6fa

Monochromatic Colors of #495dfa

#495dfa

Complementary Color

#495dfa #fae649

#495dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#495dfa Color CSS Codes

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

#495dfa Text Font Color

<p style="color:#495dfa">Text here</p>

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


#495dfa Background Color

<div style="background-color:#495dfa">
Div content here</div>

This div background color is #495dfa


#495dfa Border Color

<div style="border:3px solid #495dfa">
Div here</div>

This div border color is #495dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,93,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #495dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #495dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #495dfa;
  box-shadow:         1px 1px 3px 2px #495dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495dfa


Comments

No comments written yet.

Please login to write comment.