Color Hex Logo

#457fd9 Color Hex

#457FD9
(69,127,217)
0 Favorites   0 Comments

Color spaces of #457fd9

RGB 69127217
HSL0.600.660.56
HSV216°68°85°
CMYK 0.680.410.00   0.15
XYZ22.568021.453768.5972
Yxy21.45370.20040.1905
Hunter Lab46.31815.9154-55.3858
CIE-Lab53.442510.2935-51.7247

#457fd9 color RGB value is (69,127,217).

#457fd9 hex color red value is 69, green value is 127 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #457fd9 hue: 0.60 , saturation: 0.66 and the lightness value of 457fd9 is 0.56.

The process color (four color CMYK) of #457fd9 color hex is 0.68, 0.41, 0.00, 0.15. Web safe color of #457fd9 is #3366cc. Color #457fd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111111 11011001
Octal 105 177 331
Decimal 69 127 217
Hex 45 7F D9

RGB Percentages of Color #457fd9

%16.71
%30.75
%52.54

CMYK Percentages of Color #457fd9

%68
%41
%0
%15

Triadic Colors of #457fd9

#457fd9 #d9457f #7fd945

Analogous Colors of #457fd9

#457fd9 #5545d9 #45c9d9

Monochromatic Colors of #457fd9

#457fd9

Complementary Color

#457fd9 #d99f45

#457fd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457fd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457fd9 Color CSS Codes

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

#457fd9 Text Font Color

<p style="color:#457fd9">Text here</p>

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


#457fd9 Background Color

<div style="background-color:#457fd9">
Div content here</div>

This div background color is #457fd9


#457fd9 Border Color

<div style="border:3px solid #457fd9">
Div here</div>

This div border color is #457fd9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,127,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #457fd9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #457fd9;
  -webkit-box-shadow: 1px 1px 3px 2px #457fd9;
  box-shadow:         1px 1px 3px 2px #457fd9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,127,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457fd9


Comments

No comments written yet.

Please login to write comment.