Color Hex Logo

#7a9ffe Color Hex

#7A9FFE
(122,159,254)
0 Favorites   0 Comments

Color spaces of #7a9ffe

RGB 122159254
HSL0.620.990.74
HSV223°52°100°
CMYK 0.520.370.00   0.00
XYZ38.313636.089698.7126
Yxy36.08960.22130.2085
Hunter Lab60.07468.7108-55.3711
CIE-Lab66.588313.3687-51.1746

#7a9ffe color RGB value is (122,159,254).

#7a9ffe hex color red value is 122, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7a9ffe hue: 0.62 , saturation: 0.99 and the lightness value of 7a9ffe is 0.74.

The process color (four color CMYK) of #7a9ffe color hex is 0.52, 0.37, 0.00, 0.00. Web safe color of #7a9ffe is #6699ff. Color #7a9ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011111 11111110
Octal 172 237 376
Decimal 122 159 254
Hex 7A 9F FE

RGB Percentages of Color #7a9ffe

%22.80
%29.72
%47.48

CMYK Percentages of Color #7a9ffe

%52
%37
%0
%0

Triadic Colors of #7a9ffe

#7a9ffe #fe7a9f #9ffe7a

Analogous Colors of #7a9ffe

#7a9ffe #977afe #7ae1fe

Monochromatic Colors of #7a9ffe

#7a9ffe

Complementary Color

#7a9ffe #fed97a

#7a9ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9ffe Color CSS Codes

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

#7a9ffe Text Font Color

<p style="color:#7a9ffe">Text here</p>

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


#7a9ffe Background Color

<div style="background-color:#7a9ffe">
Div content here</div>

This div background color is #7a9ffe


#7a9ffe Border Color

<div style="border:3px solid #7a9ffe">
Div here</div>

This div border color is #7a9ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,159,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a9ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a9ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #7a9ffe;
  box-shadow:         1px 1px 3px 2px #7a9ffe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9ffe


Comments

No comments written yet.

Please login to write comment.