Color Hex Logo

#743fdf Color Hex

#743FDF
(116,63,223)
0 Favorites   0 Comments

Color spaces of #743fdf

RGB 11663223
HSL0.720.710.56
HSV260°72°87°
CMYK 0.480.720.00   0.13
XYZ22.299212.595771.0680
Yxy12.59570.21040.1189
Hunter Lab35.490450.0462-93.8823
CIE-Lab42.147657.7442-73.2329

#743fdf color RGB value is (116,63,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 11011111
Octal 164 77 337
Decimal 116 63 223
Hex 74 3F DF

RGB Percentages of Color #743fdf

%28.86
%15.67
%55.47

CMYK Percentages of Color #743fdf

%48
%72
%0
%13

Triadic Colors of #743fdf

#743fdf #df743f #3fdf74

Analogous Colors of #743fdf

#743fdf #c43fdf #3f5adf

Monochromatic Colors of #743fdf

#743fdf

Complementary Color

#743fdf #aadf3f

#743fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fdf Color CSS Codes

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

#743fdf Text Font Color

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

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


#743fdf Background Color

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

This div background color is #743fdf


#743fdf Border Color

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

This div border color is #743fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fdf


Comments

No comments written yet.

Please login to write comment.