Color Hex Logo

#495fea Color Hex

#495FEA
(73,95,234)
0 Favorites   0 Comments

Color spaces of #495fea

RGB 7395234
HSL0.640.790.60
HSV232°69°92°
CMYK 0.690.590.00   0.08
XYZ21.691115.541479.6984
Yxy15.54140.18550.1329
Hunter Lab39.422629.2248-92.2674
CIE-Lab46.367036.7283-72.7143

#495fea color RGB value is (73,95,234).

#495fea hex color red value is 73, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #495fea hue: 0.64 , saturation: 0.79 and the lightness value of 495fea is 0.60.

The process color (four color CMYK) of #495fea color hex is 0.69, 0.59, 0.00, 0.08. Web safe color of #495fea is #3366ff. Color #495fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011111 11101010
Octal 111 137 352
Decimal 73 95 234
Hex 49 5F EA

RGB Percentages of Color #495fea

%18.16
%23.63
%58.21

CMYK Percentages of Color #495fea

%69
%59
%0
%8

Triadic Colors of #495fea

#495fea #ea495f #5fea49

Analogous Colors of #495fea

#495fea #8449ea #49b0ea

Monochromatic Colors of #495fea

#495fea

Complementary Color

#495fea #ead449

#495fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#495fea Color CSS Codes

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

#495fea Text Font Color

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

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


#495fea Background Color

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

This div background color is #495fea


#495fea Border Color

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

This div border color is #495fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495fea


Comments

No comments written yet.

Please login to write comment.