Color Hex Logo

#743067 Color Hex

#743067
(116,48,103)
0 Favorites   0 Comments

Color spaces of #743067

RGB 11648103
HSL0.870.410.32
HSV311°59°45°
CMYK 0.000.590.11   0.55
XYZ10.70766.806213.5813
Yxy6.80620.34440.2189
Hunter Lab26.088727.6067-12.6032
CIE-Lab31.361637.3390-18.2708

#743067 color RGB value is (116,48,103).

#743067 hex color red value is 116, green value is 48 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #743067 hue: 0.87 , saturation: 0.41 and the lightness value of 743067 is 0.32.

The process color (four color CMYK) of #743067 color hex is 0.00, 0.59, 0.11, 0.55. Web safe color of #743067 is #663366. Color #743067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 01100111
Octal 164 60 147
Decimal 116 48 103
Hex 74 30 67

RGB Percentages of Color #743067

%43.45
%17.98
%38.58

CMYK Percentages of Color #743067

%0
%59
%11
%55

Triadic Colors of #743067

#743067 #677430 #306774

Analogous Colors of #743067

#743067 #743045 #5f3074

Monochromatic Colors of #743067

#743067

Complementary Color

#743067 #30743d

#743067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743067 Color CSS Codes

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

#743067 Text Font Color

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

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


#743067 Background Color

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

This div background color is #743067


#743067 Border Color

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

This div border color is #743067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743067


Comments

No comments written yet.

Please login to write comment.