Color Hex Logo

#744cba Color Hex

#744CBA
(116,76,186)
0 Favorites   0 Comments

Color spaces of #744cba

RGB 11676186
HSL0.730.440.51
HSV262°59°73°
CMYK 0.380.590.00   0.27
XYZ18.649812.427147.8701
Yxy12.42710.23620.1574
Hunter Lab35.252132.7426-55.8356
CIE-Lab41.887041.0332-52.2722

#744cba color RGB value is (116,76,186).

#744cba hex color red value is 116, green value is 76 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #744cba hue: 0.73 , saturation: 0.44 and the lightness value of 744cba is 0.51.

The process color (four color CMYK) of #744cba color hex is 0.38, 0.59, 0.00, 0.27. Web safe color of #744cba is #6633cc. Color #744cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 10111010
Octal 164 114 272
Decimal 116 76 186
Hex 74 4C BA

RGB Percentages of Color #744cba

%30.69
%20.11
%49.21

CMYK Percentages of Color #744cba

%38
%59
%0
%27

Triadic Colors of #744cba

#744cba #ba744c #4cba74

Analogous Colors of #744cba

#744cba #ab4cba #4c5bba

Monochromatic Colors of #744cba

#744cba

Complementary Color

#744cba #92ba4c

#744cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#744cba Color CSS Codes

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

#744cba Text Font Color

<p style="color:#744cba">Text here</p>

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


#744cba Background Color

<div style="background-color:#744cba">
Div content here</div>

This div background color is #744cba


#744cba Border Color

<div style="border:3px solid #744cba">
Div here</div>

This div border color is #744cba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,76,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744cba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744cba;
  -webkit-box-shadow: 1px 1px 3px 2px #744cba;
  box-shadow:         1px 1px 3px 2px #744cba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744cba


Comments

No comments written yet.

Please login to write comment.