Color Hex Logo

#746cb5 Color Hex

#746CB5
(116,108,181)
0 Favorites   0 Comments

Color spaces of #746cb5

RGB 116108181
HSL0.680.330.57
HSV247°40°71°
CMYK 0.360.400.00   0.29
XYZ20.905517.774346.0450
Yxy17.77430.24670.2098
Hunter Lab42.159614.7328-35.2425
CIE-Lab49.221220.6914-37.6693

#746cb5 color RGB value is (116,108,181).

#746cb5 hex color red value is 116, green value is 108 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #746cb5 hue: 0.68 , saturation: 0.33 and the lightness value of 746cb5 is 0.57.

The process color (four color CMYK) of #746cb5 color hex is 0.36, 0.40, 0.00, 0.29. Web safe color of #746cb5 is #6666cc. Color #746cb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101100 10110101
Octal 164 154 265
Decimal 116 108 181
Hex 74 6C B5

RGB Percentages of Color #746cb5

%28.64
%26.67
%44.69

CMYK Percentages of Color #746cb5

%36
%40
%0
%29

Triadic Colors of #746cb5

#746cb5 #b5746c #6cb574

Analogous Colors of #746cb5

#746cb5 #996cb5 #6c89b5

Monochromatic Colors of #746cb5

#746cb5

Complementary Color

#746cb5 #adb56c

#746cb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746cb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746cb5 Color CSS Codes

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

#746cb5 Text Font Color

<p style="color:#746cb5">Text here</p>

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


#746cb5 Background Color

<div style="background-color:#746cb5">
Div content here</div>

This div background color is #746cb5


#746cb5 Border Color

<div style="border:3px solid #746cb5">
Div here</div>

This div border color is #746cb5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,108,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746cb5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746cb5;
  -webkit-box-shadow: 1px 1px 3px 2px #746cb5;
  box-shadow:         1px 1px 3px 2px #746cb5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746cb5


Comments

No comments written yet.

Please login to write comment.