Color Hex Logo

#7a9adb Color Hex

#7A9ADB
(122,154,219)
0 Favorites   0 Comments

Color spaces of #7a9adb

RGB 122154219
HSL0.610.570.67
HSV220°44°86°
CMYK 0.440.300.00   0.14
XYZ32.367832.363371.5586
Yxy32.36330.23750.2375
Hunter Lab56.88882.0052-34.7569
CIE-Lab63.64205.8785-36.5719

#7a9adb color RGB value is (122,154,219).

#7a9adb hex color red value is 122, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7a9adb hue: 0.61 , saturation: 0.57 and the lightness value of 7a9adb is 0.67.

The process color (four color CMYK) of #7a9adb color hex is 0.44, 0.30, 0.00, 0.14. Web safe color of #7a9adb is #6699cc. Color #7a9adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011010 11011011
Octal 172 232 333
Decimal 122 154 219
Hex 7A 9A DB

RGB Percentages of Color #7a9adb

%24.65
%31.11
%44.24

CMYK Percentages of Color #7a9adb

%44
%30
%0
%14

Triadic Colors of #7a9adb

#7a9adb #db7a9a #9adb7a

Analogous Colors of #7a9adb

#7a9adb #8b7adb #7acbdb

Monochromatic Colors of #7a9adb

#7a9adb

Complementary Color

#7a9adb #dbbb7a

#7a9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9adb Color CSS Codes

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

#7a9adb Text Font Color

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

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


#7a9adb Background Color

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

This div background color is #7a9adb


#7a9adb Border Color

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

This div border color is #7a9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9adb


Comments

No comments written yet.

Please login to write comment.