Color Hex Logo

#744abc Color Hex

#744ABC
(116,74,188)
0 Favorites   0 Comments

Color spaces of #744abc

RGB 11674188
HSL0.730.460.51
HSV262°61°74°
CMYK 0.380.610.00   0.26
XYZ18.728312.241448.9527
Yxy12.24140.23430.1532
Hunter Lab34.987734.3194-58.4636
CIE-Lab41.597242.6893-53.9097

#744abc color RGB value is (116,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 10111100
Octal 164 112 274
Decimal 116 74 188
Hex 74 4A BC

RGB Percentages of Color #744abc

%30.69
%19.58
%49.74

CMYK Percentages of Color #744abc

%38
%61
%0
%26

Triadic Colors of #744abc

#744abc #bc744a #4abc74

Analogous Colors of #744abc

#744abc #ad4abc #4a59bc

Monochromatic Colors of #744abc

#744abc

Complementary Color

#744abc #92bc4a

#744abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#744abc Color CSS Codes

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

#744abc Text Font Color

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

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


#744abc Background Color

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

This div background color is #744abc


#744abc Border Color

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

This div border color is #744abc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,74,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 #744abc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744abc


Comments

No comments written yet.

Please login to write comment.