Color Hex Logo

#747bae Color Hex

#747BAE
(116,123,174)
0 Favorites   0 Comments

Color spaces of #747bae

RGB 116123174
HSL0.650.260.57
HSV233°33°68°
CMYK 0.330.290.00   0.32
XYZ21.925420.934942.9296
Yxy20.93490.25560.2440
Hunter Lab45.75475.4656-23.6009
CIE-Lab52.87829.7590-27.8991

#747bae color RGB value is (116,123,174).

#747bae hex color red value is 116, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #747bae hue: 0.65 , saturation: 0.26 and the lightness value of 747bae is 0.57.

The process color (four color CMYK) of #747bae color hex is 0.33, 0.29, 0.00, 0.32. Web safe color of #747bae is #666699. Color #747bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111011 10101110
Octal 164 173 256
Decimal 116 123 174
Hex 74 7B AE

RGB Percentages of Color #747bae

%28.09
%29.78
%42.13

CMYK Percentages of Color #747bae

%33
%29
%0
%32

Triadic Colors of #747bae

#747bae #ae747b #7bae74

Analogous Colors of #747bae

#747bae #8a74ae #7498ae

Monochromatic Colors of #747bae

#747bae

Complementary Color

#747bae #aea774

#747bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#747bae Color CSS Codes

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

#747bae Text Font Color

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

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


#747bae Background Color

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

This div background color is #747bae


#747bae Border Color

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

This div border color is #747bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747bae


Comments

No comments written yet.

Please login to write comment.