Color Hex Logo

#457fef Color Hex

#457FEF
(69,127,239)
0 Favorites   0 Comments

Color spaces of #457fef

RGB 69127239
HSL0.610.840.60
HSV220°71°94°
CMYK 0.710.470.00   0.06
XYZ25.623622.675984.6877
Yxy22.67590.19270.1705
Hunter Lab47.619212.7161-72.1100
CIE-Lab54.736918.1005-61.9687

#457fef color RGB value is (69,127,239).

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

The process color (four color CMYK) of #457fef color hex is 0.71, 0.47, 0.00, 0.06. Web safe color of #457fef is #3366ff. Color #457fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111111 11101111
Octal 105 177 357
Decimal 69 127 239
Hex 45 7F EF

RGB Percentages of Color #457fef

%15.86
%29.20
%54.94

CMYK Percentages of Color #457fef

%71
%47
%0
%6

Triadic Colors of #457fef

#457fef #ef457f #7fef45

Analogous Colors of #457fef

#457fef #6045ef #45d4ef

Monochromatic Colors of #457fef

#457fef

Complementary Color

#457fef #efb545

#457fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#457fef Color CSS Codes

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

#457fef Text Font Color

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

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


#457fef Background Color

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

This div background color is #457fef


#457fef Border Color

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

This div border color is #457fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457fef


Comments

No comments written yet.

Please login to write comment.