Color Hex Logo

#747ace Color Hex

#747ACE
(116,122,206)
0 Favorites   0 Comments

Color spaces of #747ace

RGB 116122206
HSL0.660.480.63
HSV236°44°81°
CMYK 0.440.410.00   0.19
XYZ25.302622.088361.3224
Yxy22.08830.23270.2032
Hunter Lab46.998213.8529-44.4618
CIE-Lab54.120619.4027-44.2668

#747ace color RGB value is (116,122,206).

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

The process color (four color CMYK) of #747ace color hex is 0.44, 0.41, 0.00, 0.19. Web safe color of #747ace is #6666cc. Color #747ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111010 11001110
Octal 164 172 316
Decimal 116 122 206
Hex 74 7A CE

RGB Percentages of Color #747ace

%26.13
%27.48
%46.40

CMYK Percentages of Color #747ace

%44
%41
%0
%19

Triadic Colors of #747ace

#747ace #ce747a #7ace74

Analogous Colors of #747ace

#747ace #9b74ce #74a7ce

Monochromatic Colors of #747ace

#747ace

Complementary Color

#747ace #cec874

#747ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#747ace Color CSS Codes

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

#747ace Text Font Color

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

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


#747ace Background Color

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

This div background color is #747ace


#747ace Border Color

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

This div border color is #747ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747ace


Comments

No comments written yet.

Please login to write comment.