Color Hex Logo

#746abb Color Hex

#746ABB
(116,106,187)
0 Favorites   0 Comments

Color spaces of #746abb

RGB 116106187
HSL0.690.370.57
HSV247°43°73°
CMYK 0.380.430.00   0.27
XYZ21.326117.608949.2886
Yxy17.60890.24170.1996
Hunter Lab41.963017.2807-40.2664
CIE-Lab49.018323.5768-41.4645

#746abb color RGB value is (116,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 10111011
Octal 164 152 273
Decimal 116 106 187
Hex 74 6A BB

RGB Percentages of Color #746abb

%28.36
%25.92
%45.72

CMYK Percentages of Color #746abb

%38
%43
%0
%27

Triadic Colors of #746abb

#746abb #bb746a #6abb74

Analogous Colors of #746abb

#746abb #9d6abb #6a89bb

Monochromatic Colors of #746abb

#746abb

Complementary Color

#746abb #b1bb6a

#746abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#746abb Color CSS Codes

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

#746abb Text Font Color

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

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


#746abb Background Color

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

This div background color is #746abb


#746abb Border Color

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

This div border color is #746abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746abb


Comments

No comments written yet.

Please login to write comment.