Color Hex Logo

#743abc Color Hex

#743ABC
(116,58,188)
0 Favorites   0 Comments

Color spaces of #743abc

RGB 11658188
HSL0.740.530.48
HSV267°69°74°
CMYK 0.380.690.00   0.26
XYZ17.792610.370048.6408
Yxy10.37000.23170.1350
Hunter Lab32.202542.2709-67.0139
CIE-Lab38.498551.1176-58.9264

#743abc color RGB value is (116,58,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 10111100
Octal 164 72 274
Decimal 116 58 188
Hex 74 3A BC

RGB Percentages of Color #743abc

%32.04
%16.02
%51.93

CMYK Percentages of Color #743abc

%38
%69
%0
%26

Triadic Colors of #743abc

#743abc #bc743a #3abc74

Analogous Colors of #743abc

#743abc #b53abc #3a41bc

Monochromatic Colors of #743abc

#743abc

Complementary Color

#743abc #82bc3a

#743abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#743abc Color CSS Codes

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

#743abc Text Font Color

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

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


#743abc Background Color

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

This div background color is #743abc


#743abc Border Color

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

This div border color is #743abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743abc


Comments

No comments written yet.

Please login to write comment.