Color Hex Logo

#743265 Color Hex

#743265
(116,50,101)
0 Favorites   0 Comments

Color spaces of #743265

RGB 11650101
HSL0.870.400.33
HSV314°57°45°
CMYK 0.000.570.13   0.55
XYZ10.69206.933813.0867
Yxy6.93380.34810.2258
Hunter Lab26.332126.3977-11.0338
CIE-Lab31.655735.9538-16.5356

#743265 color RGB value is (116,50,101).

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

The process color (four color CMYK) of #743265 color hex is 0.00, 0.57, 0.13, 0.55. Web safe color of #743265 is #663366. Color #743265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 01100101
Octal 164 62 145
Decimal 116 50 101
Hex 74 32 65

RGB Percentages of Color #743265

%43.45
%18.73
%37.83

CMYK Percentages of Color #743265

%0
%57
%13
%55

Triadic Colors of #743265

#743265 #657432 #326574

Analogous Colors of #743265

#743265 #743244 #623274

Monochromatic Colors of #743265

#743265

Complementary Color

#743265 #327441

#743265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743265 Color CSS Codes

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

#743265 Text Font Color

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

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


#743265 Background Color

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

This div background color is #743265


#743265 Border Color

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

This div border color is #743265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743265


Comments

No comments written yet.

Please login to write comment.