Color Hex Logo

#457ffd Color Hex

#457FFD
(69,127,253)
0 Favorites   0 Comments

Color spaces of #457ffd

RGB 69127253
HSL0.610.980.63
HSV221°73°99°
CMYK 0.730.500.00   0.01
XYZ27.773223.535896.0076
Yxy23.53580.18850.1598
Hunter Lab48.513717.2890-83.3741
CIE-Lab55.620023.0851-68.3010

#457ffd color RGB value is (69,127,253).

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

The process color (four color CMYK) of #457ffd color hex is 0.73, 0.50, 0.00, 0.01. Web safe color of #457ffd is #3366ff. Color #457ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111111 11111101
Octal 105 177 375
Decimal 69 127 253
Hex 45 7F FD

RGB Percentages of Color #457ffd

%15.37
%28.29
%56.35

CMYK Percentages of Color #457ffd

%73
%50
%0
%1

Triadic Colors of #457ffd

#457ffd #fd457f #7ffd45

Analogous Colors of #457ffd

#457ffd #6745fd #45dbfd

Monochromatic Colors of #457ffd

#457ffd

Complementary Color

#457ffd #fdc345

#457ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#457ffd Color CSS Codes

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

#457ffd Text Font Color

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

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


#457ffd Background Color

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

This div background color is #457ffd


#457ffd Border Color

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

This div border color is #457ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457ffd


Comments

No comments written yet.

Please login to write comment.