Color Hex Logo

#744afe Color Hex

#744AFE
(116,74,254)
0 Favorites   0 Comments

Color spaces of #744afe

RGB 11674254
HSL0.710.990.64
HSV254°71°100°
CMYK 0.540.710.00   0.00
XYZ27.540615.766395.3576
Yxy15.76630.19860.1137
Hunter Lab39.706854.3205-114.5927
CIE-Lab46.666460.7494-83.3045

#744afe color RGB value is (116,74,254).

#744afe hex color red value is 116, green value is 74 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #744afe hue: 0.71 , saturation: 0.99 and the lightness value of 744afe is 0.64.

The process color (four color CMYK) of #744afe color hex is 0.54, 0.71, 0.00, 0.00. Web safe color of #744afe is #6633ff. Color #744afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001010 11111110
Octal 164 112 376
Decimal 116 74 254
Hex 74 4A FE

RGB Percentages of Color #744afe

%26.13
%16.67
%57.21

CMYK Percentages of Color #744afe

%54
%71
%0
%0

Triadic Colors of #744afe

#744afe #fe744a #4afe74

Analogous Colors of #744afe

#744afe #ce4afe #4a7afe

Monochromatic Colors of #744afe

#744afe

Complementary Color

#744afe #d4fe4a

#744afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#744afe Color CSS Codes

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

#744afe Text Font Color

<p style="color:#744afe">Text here</p>

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


#744afe Background Color

<div style="background-color:#744afe">
Div content here</div>

This div background color is #744afe


#744afe Border Color

<div style="border:3px solid #744afe">
Div here</div>

This div border color is #744afe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,74,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744afe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744afe;
  -webkit-box-shadow: 1px 1px 3px 2px #744afe;
  box-shadow:         1px 1px 3px 2px #744afe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744afe

Related Colors


Comments

No comments written yet.

Please login to write comment.