Color Hex Logo

#743276 Color Hex

#743276
(116,50,118)
0 Favorites   0 Comments

Color spaces of #743276

RGB 11650118
HSL0.830.400.33
HSV298°58°46°
CMYK 0.020.580.00   0.54
XYZ11.61317.302217.9369
Yxy7.30220.31510.1981
Hunter Lab27.022629.4218-20.4394
CIE-Lab32.485239.1196-26.0423

#743276 color RGB value is (116,50,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 01110110
Octal 164 62 166
Decimal 116 50 118
Hex 74 32 76

RGB Percentages of Color #743276

%40.85
%17.61
%41.55

CMYK Percentages of Color #743276

%2
%58
%0
%54

Triadic Colors of #743276

#743276 #767432 #327674

Analogous Colors of #743276

#743276 #763256 #523276

Monochromatic Colors of #743276

#743276

Complementary Color

#743276 #347632

#743276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743276 Color CSS Codes

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

#743276 Text Font Color

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

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


#743276 Background Color

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

This div background color is #743276


#743276 Border Color

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

This div border color is #743276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743276


Comments

No comments written yet.

Please login to write comment.