Color Hex Logo

#744276 Color Hex

#744276
(116,66,118)
0 Favorites   0 Comments

Color spaces of #744276

RGB 11666118
HSL0.830.280.36
HSV298°44°46°
CMYK 0.020.440.00   0.54
XYZ12.42078.917418.2061
Yxy8.91740.31410.2255
Hunter Lab29.862021.9861-15.2442
CIE-Lab35.824830.3478-20.8302

#744276 color RGB value is (116,66,118).

#744276 hex color red value is 116, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #744276 hue: 0.83 , saturation: 0.28 and the lightness value of 744276 is 0.36.

The process color (four color CMYK) of #744276 color hex is 0.02, 0.44, 0.00, 0.54. Web safe color of #744276 is #663366. Color #744276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 01110110
Octal 164 102 166
Decimal 116 66 118
Hex 74 42 76

RGB Percentages of Color #744276

%38.67
%22.00
%39.33

CMYK Percentages of Color #744276

%2
%44
%0
%54

Triadic Colors of #744276

#744276 #767442 #427674

Analogous Colors of #744276

#744276 #76425e #5a4276

Monochromatic Colors of #744276

#744276

Complementary Color

#744276 #447642

#744276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744276 Color CSS Codes

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

#744276 Text Font Color

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

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


#744276 Background Color

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

This div background color is #744276


#744276 Border Color

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

This div border color is #744276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,66,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744276;
  -webkit-box-shadow: 1px 1px 3px 2px #744276;
  box-shadow:         1px 1px 3px 2px #744276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744276


Comments

No comments written yet.

Please login to write comment.