Color Hex Logo

#743abf Color Hex

#743ABF
(116,58,191)
0 Favorites   0 Comments

Color spaces of #743abf

RGB 11658191
HSL0.740.530.49
HSV266°70°75°
CMYK 0.390.700.00   0.25
XYZ18.119510.500750.3621
Yxy10.50070.22940.1330
Hunter Lab32.404843.1019-69.4626
CIE-Lab38.726551.8759-60.3159

#743abf color RGB value is (116,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 10111111
Octal 164 72 277
Decimal 116 58 191
Hex 74 3A BF

RGB Percentages of Color #743abf

%31.78
%15.89
%52.33

CMYK Percentages of Color #743abf

%39
%70
%0
%25

Triadic Colors of #743abf

#743abf #bf743a #3abf74

Analogous Colors of #743abf

#743abf #b73abf #3a42bf

Monochromatic Colors of #743abf

#743abf

Complementary Color

#743abf #85bf3a

#743abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743abf Color CSS Codes

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

#743abf Text Font Color

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

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


#743abf Background Color

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

This div background color is #743abf


#743abf Border Color

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

This div border color is #743abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743abf


Comments

No comments written yet.

Please login to write comment.