Color Hex Logo

#457bea Color Hex

#457BEA
(69,123,234)
0 Favorites   0 Comments

Color spaces of #457bea

RGB 69123234
HSL0.610.800.59
HSV220°71°92°
CMYK 0.710.470.00   0.08
XYZ24.388521.371680.6816
Yxy21.37160.19290.1690
Hunter Lab46.229413.2668-71.1149
CIE-Lab53.353818.7868-61.4062

#457bea color RGB value is (69,123,234).

#457bea hex color red value is 69, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #457bea hue: 0.61 , saturation: 0.80 and the lightness value of 457bea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 11101010
Octal 105 173 352
Decimal 69 123 234
Hex 45 7B EA

RGB Percentages of Color #457bea

%16.20
%28.87
%54.93

CMYK Percentages of Color #457bea

%71
%47
%0
%8

Triadic Colors of #457bea

#457bea #ea457b #7bea45

Analogous Colors of #457bea

#457bea #6245ea #45ceea

Monochromatic Colors of #457bea

#457bea

Complementary Color

#457bea #eab445

#457bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#457bea Color CSS Codes

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

#457bea Text Font Color

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

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


#457bea Background Color

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

This div background color is #457bea


#457bea Border Color

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

This div border color is #457bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457bea


Comments

No comments written yet.

Please login to write comment.