Color Hex Logo

#746acb Color Hex

#746ACB
(116,106,203)
0 Favorites   0 Comments

Color spaces of #746acb

RGB 116106203
HSL0.680.480.61
HSV246°48°80°
CMYK 0.430.480.00   0.20
XYZ23.136018.332958.8191
Yxy18.33290.23070.1828
Hunter Lab42.816921.5223-51.4769
CIE-Lab49.897428.1501-49.2694

#746acb color RGB value is (116,106,203).

#746acb hex color red value is 116, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #746acb hue: 0.68 , saturation: 0.48 and the lightness value of 746acb is 0.61.

The process color (four color CMYK) of #746acb color hex is 0.43, 0.48, 0.00, 0.20. Web safe color of #746acb is #6666cc. Color #746acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 11001011
Octal 164 152 313
Decimal 116 106 203
Hex 74 6A CB

RGB Percentages of Color #746acb

%27.29
%24.94
%47.76

CMYK Percentages of Color #746acb

%43
%48
%0
%20

Triadic Colors of #746acb

#746acb #cb746a #6acb74

Analogous Colors of #746acb

#746acb #a56acb #6a91cb

Monochromatic Colors of #746acb

#746acb

Complementary Color

#746acb #c1cb6a

#746acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746acb Color CSS Codes

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

#746acb Text Font Color

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

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


#746acb Background Color

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

This div background color is #746acb


#746acb Border Color

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

This div border color is #746acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746acb


Comments

No comments written yet.

Please login to write comment.