Color Hex Logo

#743bdf Color Hex

#743BDF
(116,59,223)
0 Favorites   0 Comments

Color spaces of #743bdf

RGB 11659223
HSL0.720.720.55
HSV261°74°87°
CMYK 0.480.740.00   0.13
XYZ22.085712.168670.9968
Yxy12.16860.20980.1156
Hunter Lab34.883551.9670-96.2517
CIE-Lab41.482859.6224-74.3211

#743bdf color RGB value is (116,59,223).

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

The process color (four color CMYK) of #743bdf color hex is 0.48, 0.74, 0.00, 0.13. Web safe color of #743bdf is #6633cc. Color #743bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 11011111
Octal 164 73 337
Decimal 116 59 223
Hex 74 3B DF

RGB Percentages of Color #743bdf

%29.15
%14.82
%56.03

CMYK Percentages of Color #743bdf

%48
%74
%0
%13

Triadic Colors of #743bdf

#743bdf #df743b #3bdf74

Analogous Colors of #743bdf

#743bdf #c63bdf #3b54df

Monochromatic Colors of #743bdf

#743bdf

Complementary Color

#743bdf #a6df3b

#743bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743bdf Color CSS Codes

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

#743bdf Text Font Color

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

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


#743bdf Background Color

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

This div background color is #743bdf


#743bdf Border Color

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

This div border color is #743bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743bdf


Comments

No comments written yet.

Please login to write comment.