Color Hex Logo

#744cff Color Hex

#744CFF
(116,76,255)
0 Favorites   0 Comments

Color spaces of #744cff

RGB 11676255
HSL0.701.000.65
HSV253°70°100°
CMYK 0.550.700.00   0.00
XYZ27.836916.101996.2485
Yxy16.10190.19860.1149
Hunter Lab40.127253.6059-114.1232
CIE-Lab47.107960.0286-83.1373

#744cff color RGB value is (116,76,255).

#744cff hex color red value is 116, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #744cff hue: 0.70 , saturation: 1.00 and the lightness value of 744cff is 0.65.

The process color (four color CMYK) of #744cff color hex is 0.55, 0.70, 0.00, 0.00. Web safe color of #744cff is #6633ff. Color #744cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001100 11111111
Octal 164 114 377
Decimal 116 76 255
Hex 74 4C FF

RGB Percentages of Color #744cff

%25.95
%17.00
%57.05

CMYK Percentages of Color #744cff

%55
%70
%0
%0

Triadic Colors of #744cff

#744cff #ff744c #4cff74

Analogous Colors of #744cff

#744cff #ce4cff #4c7eff

Monochromatic Colors of #744cff

#744cff

Complementary Color

#744cff #d7ff4c

#744cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#744cff Color CSS Codes

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

#744cff Text Font Color

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

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


#744cff Background Color

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

This div background color is #744cff


#744cff Border Color

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

This div border color is #744cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744cff

Related Colors


Comments

No comments written yet.

Please login to write comment.