Color Hex Logo

#495ddf Color Hex

#495DDF
(73,93,223)
0 Favorites   0 Comments

Color spaces of #495ddf

RGB 7393223
HSL0.640.700.58
HSV232°67°87°
CMYK 0.670.580.00   0.13
XYZ19.981314.572971.5718
Yxy14.57290.18830.1373
Hunter Lab38.174526.6252-84.4383
CIE-Lab45.043634.1835-68.6489

#495ddf color RGB value is (73,93,223).

#495ddf hex color red value is 73, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #495ddf hue: 0.64 , saturation: 0.70 and the lightness value of 495ddf is 0.58.

The process color (four color CMYK) of #495ddf color hex is 0.67, 0.58, 0.00, 0.13. Web safe color of #495ddf is #3366cc. Color #495ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01011101 11011111
Octal 111 135 337
Decimal 73 93 223
Hex 49 5D DF

RGB Percentages of Color #495ddf

%18.77
%23.91
%57.33

CMYK Percentages of Color #495ddf

%67
%58
%0
%13

Triadic Colors of #495ddf

#495ddf #df495d #5ddf49

Analogous Colors of #495ddf

#495ddf #8049df #49a8df

Monochromatic Colors of #495ddf

#495ddf

Complementary Color

#495ddf #dfcb49

#495ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#495ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#495ddf Color CSS Codes

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

#495ddf Text Font Color

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

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


#495ddf Background Color

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

This div background color is #495ddf


#495ddf Border Color

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

This div border color is #495ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #495ddf


Comments

No comments written yet.

Please login to write comment.