Color Hex Logo

#743bda Color Hex

#743BDA
(116,59,218)
0 Favorites   0 Comments

Color spaces of #743bda

RGB 11659218
HSL0.730.680.54
HSV262°73°85°
CMYK 0.470.730.00   0.15
XYZ21.421311.902967.4981
Yxy11.90290.21250.1181
Hunter Lab34.500650.4541-91.8466
CIE-Lab41.061458.3251-72.1508

#743bda color RGB value is (116,59,218).

#743bda hex color red value is 116, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #743bda hue: 0.73 , saturation: 0.68 and the lightness value of 743bda is 0.54.

The process color (four color CMYK) of #743bda color hex is 0.47, 0.73, 0.00, 0.15. Web safe color of #743bda is #6633cc. Color #743bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 11011010
Octal 164 73 332
Decimal 116 59 218
Hex 74 3B DA

RGB Percentages of Color #743bda

%29.52
%15.01
%55.47

CMYK Percentages of Color #743bda

%47
%73
%0
%15

Triadic Colors of #743bda

#743bda #da743b #3bda74

Analogous Colors of #743bda

#743bda #c43bda #3b51da

Monochromatic Colors of #743bda

#743bda

Complementary Color

#743bda #a1da3b

#743bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#743bda Color CSS Codes

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

#743bda Text Font Color

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

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


#743bda Background Color

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

This div background color is #743bda


#743bda Border Color

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

This div border color is #743bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743bda


Comments

No comments written yet.

Please login to write comment.