Color Hex Logo

#744ebb Color Hex

#744EBB
(116,78,187)
0 Favorites   0 Comments

Color spaces of #744ebb

RGB 11678187
HSL0.720.440.52
HSV261°58°73°
CMYK 0.380.580.00   0.27
XYZ18.896512.749648.4787
Yxy12.74960.23580.1591
Hunter Lab35.706631.9786-55.5032
CIE-Lab42.383540.1687-52.0580

#744ebb color RGB value is (116,78,187).

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

The process color (four color CMYK) of #744ebb color hex is 0.38, 0.58, 0.00, 0.27. Web safe color of #744ebb is #6666cc. Color #744ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 10111011
Octal 164 116 273
Decimal 116 78 187
Hex 74 4E BB

RGB Percentages of Color #744ebb

%30.45
%20.47
%49.08

CMYK Percentages of Color #744ebb

%38
%58
%0
%27

Triadic Colors of #744ebb

#744ebb #bb744e #4ebb74

Analogous Colors of #744ebb

#744ebb #ab4ebb #4e5fbb

Monochromatic Colors of #744ebb

#744ebb

Complementary Color

#744ebb #95bb4e

#744ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ebb Color CSS Codes

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

#744ebb Text Font Color

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

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


#744ebb Background Color

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

This div background color is #744ebb


#744ebb Border Color

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

This div border color is #744ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ebb


Comments

No comments written yet.

Please login to write comment.