Color Hex Logo

#744ece Color Hex

#744ECE
(116,78,206)
0 Favorites   0 Comments

Color spaces of #744ece

RGB 11678206
HSL0.720.570.56
HSV258°62°81°
CMYK 0.440.620.00   0.19
XYZ21.067413.618059.9107
Yxy13.61800.22270.1440
Hunter Lab36.902637.3248-70.4245
CIE-Lab43.680045.3528-60.9905

#744ece color RGB value is (116,78,206).

#744ece hex color red value is 116, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #744ece hue: 0.72 , saturation: 0.57 and the lightness value of 744ece is 0.56.

The process color (four color CMYK) of #744ece color hex is 0.44, 0.62, 0.00, 0.19. Web safe color of #744ece is #6666cc. Color #744ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 11001110
Octal 164 116 316
Decimal 116 78 206
Hex 74 4E CE

RGB Percentages of Color #744ece

%29.00
%19.50
%51.50

CMYK Percentages of Color #744ece

%44
%62
%0
%19

Triadic Colors of #744ece

#744ece #ce744e #4ece74

Analogous Colors of #744ece

#744ece #b44ece #4e68ce

Monochromatic Colors of #744ece

#744ece

Complementary Color

#744ece #a8ce4e

#744ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ece Color CSS Codes

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

#744ece Text Font Color

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

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


#744ece Background Color

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

This div background color is #744ece


#744ece Border Color

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

This div border color is #744ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ece


Comments

No comments written yet.

Please login to write comment.