Color Hex Logo

#457aca Color Hex

#457ACA
(69,122,202)
0 Favorites   0 Comments

Color spaces of #457aca

RGB 69122202
HSL0.600.560.53
HSV216°66°79°
CMYK 0.660.400.00   0.21
XYZ20.074419.448558.5730
Yxy19.44850.20460.1983
Hunter Lab44.10054.0769-47.8770
CIE-Lab51.20798.0744-46.7825

#457aca color RGB value is (69,122,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111010 11001010
Octal 105 172 312
Decimal 69 122 202
Hex 45 7A CA

RGB Percentages of Color #457aca

%17.56
%31.04
%51.40

CMYK Percentages of Color #457aca

%66
%40
%0
%21

Triadic Colors of #457aca

#457aca #ca457a #7aca45

Analogous Colors of #457aca

#457aca #5245ca #45bdca

Monochromatic Colors of #457aca

#457aca

Complementary Color

#457aca #ca9545

#457aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#457aca Color CSS Codes

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

#457aca Text Font Color

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

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


#457aca Background Color

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

This div background color is #457aca


#457aca Border Color

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

This div border color is #457aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457aca


Comments

No comments written yet.

Please login to write comment.