Color Hex Logo

#457aef Color Hex

#457AEF
(69,122,239)
0 Favorites   0 Comments

Color spaces of #457aef

RGB 69122239
HSL0.610.840.60
HSV221°71°94°
CMYK 0.710.490.00   0.06
XYZ24.993821.416384.4778
Yxy21.41630.19100.1636
Hunter Lab46.277715.4187-75.8366
CIE-Lab53.402121.1856-64.1180

#457aef color RGB value is (69,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111010 11101111
Octal 105 172 357
Decimal 69 122 239
Hex 45 7A EF

RGB Percentages of Color #457aef

%16.05
%28.37
%55.58

CMYK Percentages of Color #457aef

%71
%49
%0
%6

Triadic Colors of #457aef

#457aef #ef457a #7aef45

Analogous Colors of #457aef

#457aef #6545ef #45cfef

Monochromatic Colors of #457aef

#457aef

Complementary Color

#457aef #efba45

#457aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#457aef Color CSS Codes

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

#457aef Text Font Color

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

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


#457aef Background Color

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

This div background color is #457aef


#457aef Border Color

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

This div border color is #457aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,122,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 #457aef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457aef


Comments

No comments written yet.

Please login to write comment.