Color Hex Logo

#743e95 Color Hex

#743E95
(116,62,149)
0 Favorites   0 Comments

Color spaces of #743e95

RGB 11662149
HSL0.770.410.41
HSV277°58°58°
CMYK 0.220.580.00   0.42
XYZ14.34999.328229.4780
Yxy9.32820.27000.1755
Hunter Lab30.542130.4178-35.8448
CIE-Lab36.608739.4786-38.6780

#743e95 color RGB value is (116,62,149).

#743e95 hex color red value is 116, green value is 62 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #743e95 hue: 0.77 , saturation: 0.41 and the lightness value of 743e95 is 0.41.

The process color (four color CMYK) of #743e95 color hex is 0.22, 0.58, 0.00, 0.42. Web safe color of #743e95 is #663399. Color #743e95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111110 10010101
Octal 164 76 225
Decimal 116 62 149
Hex 74 3E 95

RGB Percentages of Color #743e95

%35.47
%18.96
%45.57

CMYK Percentages of Color #743e95

%22
%58
%0
%42

Triadic Colors of #743e95

#743e95 #95743e #3e9574

Analogous Colors of #743e95

#743e95 #953e8b #493e95

Monochromatic Colors of #743e95

#743e95

Complementary Color

#743e95 #5f953e

#743e95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743e95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743e95 Color CSS Codes

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

#743e95 Text Font Color

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

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


#743e95 Background Color

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

This div background color is #743e95


#743e95 Border Color

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

This div border color is #743e95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,62,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743e95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743e95;
  -webkit-box-shadow: 1px 1px 3px 2px #743e95;
  box-shadow:         1px 1px 3px 2px #743e95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743e95


Comments

No comments written yet.

Please login to write comment.