Color Hex Logo

#743ddf Color Hex

#743DDF
(116,61,223)
0 Favorites   0 Comments

Color spaces of #743ddf

RGB 11661223
HSL0.720.720.56
HSV260°73°87°
CMYK 0.480.730.00   0.13
XYZ22.190512.378271.0317
Yxy12.37820.21010.1172
Hunter Lab35.182751.0143-95.0751
CIE-Lab41.811058.6933-73.7837

#743ddf color RGB value is (116,61,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 11011111
Octal 164 75 337
Decimal 116 61 223
Hex 74 3D DF

RGB Percentages of Color #743ddf

%29.00
%15.25
%55.75

CMYK Percentages of Color #743ddf

%48
%73
%0
%13

Triadic Colors of #743ddf

#743ddf #df743d #3ddf74

Analogous Colors of #743ddf

#743ddf #c53ddf #3d57df

Monochromatic Colors of #743ddf

#743ddf

Complementary Color

#743ddf #a8df3d

#743ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743ddf Color CSS Codes

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

#743ddf Text Font Color

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

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


#743ddf Background Color

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

This div background color is #743ddf


#743ddf Border Color

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

This div border color is #743ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,61,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 #743ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743ddf


Comments

No comments written yet.

Please login to write comment.