Color Hex Logo

#746abc Color Hex

#746ABC
(116,106,188)
0 Favorites   0 Comments

Color spaces of #746abc

RGB 116106188
HSL0.690.380.58
HSV247°44°74°
CMYK 0.380.440.00   0.26
XYZ21.433617.651949.8544
Yxy17.65190.24100.1985
Hunter Lab42.014217.5373-40.9442
CIE-Lab49.071123.8585-41.9587

#746abc color RGB value is (116,106,188).

#746abc hex color red value is 116, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #746abc hue: 0.69 , saturation: 0.38 and the lightness value of 746abc is 0.58.

The process color (four color CMYK) of #746abc color hex is 0.38, 0.44, 0.00, 0.26. Web safe color of #746abc is #6666cc. Color #746abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 10111100
Octal 164 152 274
Decimal 116 106 188
Hex 74 6A BC

RGB Percentages of Color #746abc

%28.29
%25.85
%45.85

CMYK Percentages of Color #746abc

%38
%44
%0
%26

Triadic Colors of #746abc

#746abc #bc746a #6abc74

Analogous Colors of #746abc

#746abc #9d6abc #6a89bc

Monochromatic Colors of #746abc

#746abc

Complementary Color

#746abc #b2bc6a

#746abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#746abc Color CSS Codes

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

#746abc Text Font Color

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

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


#746abc Background Color

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

This div background color is #746abc


#746abc Border Color

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

This div border color is #746abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746abc


Comments

No comments written yet.

Please login to write comment.