Color Hex Logo

#457ccf Color Hex

#457CCF
(69,124,207)
0 Favorites   0 Comments

Color spaces of #457ccf

RGB 69124207
HSL0.600.590.54
HSV216°67°81°
CMYK 0.670.400.00   0.19
XYZ20.924420.185561.8248
Yxy20.18550.20330.1961
Hunter Lab44.92834.5081-50.1379
CIE-Lab52.04638.6052-48.2930

#457ccf color RGB value is (69,124,207).

#457ccf hex color red value is 69, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #457ccf hue: 0.60 , saturation: 0.59 and the lightness value of 457ccf is 0.54.

The process color (four color CMYK) of #457ccf color hex is 0.67, 0.40, 0.00, 0.19. Web safe color of #457ccf is #3366cc. Color #457ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 11001111
Octal 105 174 317
Decimal 69 124 207
Hex 45 7C CF

RGB Percentages of Color #457ccf

%17.25
%31.00
%51.75

CMYK Percentages of Color #457ccf

%67
%40
%0
%19

Triadic Colors of #457ccf

#457ccf #cf457c #7ccf45

Analogous Colors of #457ccf

#457ccf #5345cf #45c1cf

Monochromatic Colors of #457ccf

#457ccf

Complementary Color

#457ccf #cf9845

#457ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#457ccf Color CSS Codes

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

#457ccf Text Font Color

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

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


#457ccf Background Color

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

This div background color is #457ccf


#457ccf Border Color

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

This div border color is #457ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457ccf


Comments

No comments written yet.

Please login to write comment.