Color Hex Logo

#743fff Color Hex

#743FFF
(116,63,255)
0 Favorites   0 Comments

Color spaces of #743fff

RGB 11663255
HSL0.711.000.62
HSV257°75°100°
CMYK 0.550.750.00   0.00
XYZ27.030014.488095.9796
Yxy14.48800.19660.1054
Hunter Lab38.063160.1489-122.8610
CIE-Lab44.924866.1987-86.7224

#743fff color RGB value is (116,63,255).

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

The process color (four color CMYK) of #743fff color hex is 0.55, 0.75, 0.00, 0.00. Web safe color of #743fff is #6633ff. Color #743fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111111 11111111
Octal 164 77 377
Decimal 116 63 255
Hex 74 3F FF

RGB Percentages of Color #743fff

%26.73
%14.52
%58.76

CMYK Percentages of Color #743fff

%55
%75
%0
%0

Triadic Colors of #743fff

#743fff #ff743f #3fff74

Analogous Colors of #743fff

#743fff #d43fff #3f6aff

Monochromatic Colors of #743fff

#743fff

Complementary Color

#743fff #caff3f

#743fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#743fff Color CSS Codes

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

#743fff Text Font Color

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

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


#743fff Background Color

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

This div background color is #743fff


#743fff Border Color

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

This div border color is #743fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743fff


Comments

No comments written yet.

Please login to write comment.