Color Hex Logo

#747add Color Hex

#747ADD
(116,122,221)
0 Favorites   0 Comments

Color spaces of #747add

RGB 116122221
HSL0.660.610.66
HSV237°48°87°
CMYK 0.480.450.00   0.13
XYZ27.213122.852571.3833
Yxy22.85250.22410.1882
Hunter Lab47.804317.9555-55.0712
CIE-Lab54.920123.8564-51.4676

#747add color RGB value is (116,122,221).

#747add hex color red value is 116, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #747add hue: 0.66 , saturation: 0.61 and the lightness value of 747add is 0.66.

The process color (four color CMYK) of #747add color hex is 0.48, 0.45, 0.00, 0.13. Web safe color of #747add is #6666cc. Color #747add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11011101
Octal 164 172 335
Decimal 116 122 221
Hex 74 7A DD

RGB Percentages of Color #747add

%25.27
%26.58
%48.15

CMYK Percentages of Color #747add

%48
%45
%0
%13

Triadic Colors of #747add

#747add #dd747a #7add74

Analogous Colors of #747add

#747add #a374dd #74afdd

Monochromatic Colors of #747add

#747add

Complementary Color

#747add #ddd774

#747add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747add Color Preview on White Background

Lorem ipsum dolor sit amet.

#747add Color CSS Codes

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

#747add Text Font Color

<p style="color:#747add">Text here</p>

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


#747add Background Color

<div style="background-color:#747add">
Div content here</div>

This div background color is #747add


#747add Border Color

<div style="border:3px solid #747add">
Div here</div>

This div border color is #747add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,122,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747add;
  -webkit-box-shadow: 1px 1px 3px 2px #747add;
  box-shadow:         1px 1px 3px 2px #747add; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747add


Comments

No comments written yet.

Please login to write comment.