Color Hex Logo

#743066 Color Hex

#743066
(116,48,102)
0 Favorites   0 Comments

Color spaces of #743066

RGB 11648102
HSL0.870.410.32
HSV312°59°45°
CMYK 0.000.590.12   0.55
XYZ10.65776.786213.3185
Yxy6.78620.34650.2206
Hunter Lab26.050327.4397-12.0774
CIE-Lab31.315137.1634-17.7022

#743066 color RGB value is (116,48,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 01100110
Octal 164 60 146
Decimal 116 48 102
Hex 74 30 66

RGB Percentages of Color #743066

%43.61
%18.05
%38.35

CMYK Percentages of Color #743066

%0
%59
%12
%55

Triadic Colors of #743066

#743066 #667430 #306674

Analogous Colors of #743066

#743066 #743044 #603074

Monochromatic Colors of #743066

#743066

Complementary Color

#743066 #30743e

#743066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743066 Color CSS Codes

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

#743066 Text Font Color

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

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


#743066 Background Color

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

This div background color is #743066


#743066 Border Color

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

This div border color is #743066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743066


Comments

No comments written yet.

Please login to write comment.