Color Hex Logo

#743dba Color Hex

#743DBA
(116,61,186)
0 Favorites   0 Comments

Color spaces of #743dba

RGB 11661186
HSL0.740.510.48
HSV266°67°73°
CMYK 0.380.670.00   0.27
XYZ17.734110.595747.5648
Yxy10.59570.23370.1396
Hunter Lab32.551040.2841-63.8511
CIE-Lab38.891049.1118-57.1138

#743dba color RGB value is (116,61,186).

#743dba hex color red value is 116, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #743dba hue: 0.74 , saturation: 0.51 and the lightness value of 743dba is 0.48.

The process color (four color CMYK) of #743dba color hex is 0.38, 0.67, 0.00, 0.27. Web safe color of #743dba is #6633cc. Color #743dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 10111010
Octal 164 75 272
Decimal 116 61 186
Hex 74 3D BA

RGB Percentages of Color #743dba

%31.96
%16.80
%51.24

CMYK Percentages of Color #743dba

%38
%67
%0
%27

Triadic Colors of #743dba

#743dba #ba743d #3dba74

Analogous Colors of #743dba

#743dba #b33dba #3d45ba

Monochromatic Colors of #743dba

#743dba

Complementary Color

#743dba #83ba3d

#743dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#743dba Color CSS Codes

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

#743dba Text Font Color

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

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


#743dba Background Color

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

This div background color is #743dba


#743dba Border Color

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

This div border color is #743dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743dba


Comments

No comments written yet.

Please login to write comment.