Color Hex Logo

#743bdb Color Hex

#743BDB
(116,59,219)
0 Favorites   0 Comments

Color spaces of #743bdb

RGB 11659219
HSL0.730.690.55
HSV261°73°86°
CMYK 0.470.730.00   0.14
XYZ21.552611.955468.1895
Yxy11.95540.21190.1176
Hunter Lab34.576650.7553-92.7240
CIE-Lab41.145158.5845-72.5867

#743bdb color RGB value is (116,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 11011011
Octal 164 73 333
Decimal 116 59 219
Hex 74 3B DB

RGB Percentages of Color #743bdb

%29.44
%14.97
%55.58

CMYK Percentages of Color #743bdb

%47
%73
%0
%14

Triadic Colors of #743bdb

#743bdb #db743b #3bdb74

Analogous Colors of #743bdb

#743bdb #c43bdb #3b52db

Monochromatic Colors of #743bdb

#743bdb

Complementary Color

#743bdb #a2db3b

#743bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#743bdb Color CSS Codes

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

#743bdb Text Font Color

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

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


#743bdb Background Color

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

This div background color is #743bdb


#743bdb Border Color

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

This div border color is #743bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743bdb


Comments

No comments written yet.

Please login to write comment.