Color Hex Logo

#744ebc Color Hex

#744EBC
(116,78,188)
0 Favorites   0 Comments

Color spaces of #744ebc

RGB 11678188
HSL0.720.450.52
HSV261°59°74°
CMYK 0.380.590.00   0.26
XYZ19.003912.792649.0446
Yxy12.79260.23510.1582
Hunter Lab35.766732.2504-56.2638
CIE-Lab42.449140.4379-52.5369

#744ebc color RGB value is (116,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001110 10111100
Octal 164 116 274
Decimal 116 78 188
Hex 74 4E BC

RGB Percentages of Color #744ebc

%30.37
%20.42
%49.21

CMYK Percentages of Color #744ebc

%38
%59
%0
%26

Triadic Colors of #744ebc

#744ebc #bc744e #4ebc74

Analogous Colors of #744ebc

#744ebc #ab4ebc #4e5fbc

Monochromatic Colors of #744ebc

#744ebc

Complementary Color

#744ebc #96bc4e

#744ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#744ebc Color CSS Codes

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

#744ebc Text Font Color

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

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


#744ebc Background Color

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

This div background color is #744ebc


#744ebc Border Color

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

This div border color is #744ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744ebc


Comments

No comments written yet.

Please login to write comment.