Color Hex Logo

#743abe Color Hex

#743ABE
(116,58,190)
0 Favorites   0 Comments

Color spaces of #743abe

RGB 11658190
HSL0.740.530.49
HSV266°69°75°
CMYK 0.390.690.00   0.25
XYZ18.009810.456849.7843
Yxy10.45680.23020.1336
Hunter Lab32.337042.8243-68.6439
CIE-Lab38.650151.6232-59.8537

#743abe color RGB value is (116,58,190).

#743abe hex color red value is 116, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #743abe hue: 0.74 , saturation: 0.53 and the lightness value of 743abe is 0.49.

The process color (four color CMYK) of #743abe color hex is 0.39, 0.69, 0.00, 0.25. Web safe color of #743abe is #6633cc. Color #743abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 10111110
Octal 164 72 276
Decimal 116 58 190
Hex 74 3A BE

RGB Percentages of Color #743abe

%31.87
%15.93
%52.20

CMYK Percentages of Color #743abe

%39
%69
%0
%25

Triadic Colors of #743abe

#743abe #be743a #3abe74

Analogous Colors of #743abe

#743abe #b63abe #3a42be

Monochromatic Colors of #743abe

#743abe

Complementary Color

#743abe #84be3a

#743abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#743abe Color CSS Codes

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

#743abe Text Font Color

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

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


#743abe Background Color

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

This div background color is #743abe


#743abe Border Color

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

This div border color is #743abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743abe


Comments

No comments written yet.

Please login to write comment.