Color Hex Logo

#744ee1 Color Hex

#744EE1
(116,78,225)
0 Favorites   0 Comments

Color spaces of #744ee1

RGB 11678225
HSL0.710.710.59
HSV256°65°88°
CMYK 0.480.650.00   0.12
XYZ23.517514.598072.8124
Yxy14.59800.21200.1316
Hunter Lab38.207343.0081-86.2449
CIE-Lab45.078650.6275-69.5875

#744ee1 color RGB value is (116,78,225).

#744ee1 hex color red value is 116, green value is 78 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #744ee1 hue: 0.71 , saturation: 0.71 and the lightness value of 744ee1 is 0.59.

The process color (four color CMYK) of #744ee1 color hex is 0.48, 0.65, 0.00, 0.12. Web safe color of #744ee1 is #6666cc. Color #744ee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 11100001
Octal 164 116 341
Decimal 116 78 225
Hex 74 4E E1

RGB Percentages of Color #744ee1

%27.68
%18.62
%53.70

CMYK Percentages of Color #744ee1

%48
%65
%0
%12

Triadic Colors of #744ee1

#744ee1 #e1744e #4ee174

Analogous Colors of #744ee1

#744ee1 #be4ee1 #4e72e1

Monochromatic Colors of #744ee1

#744ee1

Complementary Color

#744ee1 #bbe14e

#744ee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ee1 Color CSS Codes

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

#744ee1 Text Font Color

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

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


#744ee1 Background Color

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

This div background color is #744ee1


#744ee1 Border Color

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

This div border color is #744ee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ee1


Comments

No comments written yet.

Please login to write comment.