Color Hex Logo

#744887 Color Hex

#744887
(116,72,135)
0 Favorites   0 Comments

Color spaces of #744887

RGB 11672135
HSL0.780.300.41
HSV282°47°53°
CMYK 0.140.470.00   0.47
XYZ13.893010.097024.1383
Yxy10.09700.28870.2098
Hunter Lab31.775822.4361-22.7963
CIE-Lab38.016030.5565-27.9137

#744887 color RGB value is (116,72,135).

#744887 hex color red value is 116, green value is 72 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #744887 hue: 0.78 , saturation: 0.30 and the lightness value of 744887 is 0.41.

The process color (four color CMYK) of #744887 color hex is 0.14, 0.47, 0.00, 0.47. Web safe color of #744887 is #663399. Color #744887 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001000 10000111
Octal 164 110 207
Decimal 116 72 135
Hex 74 48 87

RGB Percentages of Color #744887

%35.91
%22.29
%41.80

CMYK Percentages of Color #744887

%14
%47
%0
%47

Triadic Colors of #744887

#744887 #877448 #488774

Analogous Colors of #744887

#744887 #87487b #554887

Monochromatic Colors of #744887

#744887

Complementary Color

#744887 #5b8748

#744887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744887 Color CSS Codes

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

#744887 Text Font Color

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

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


#744887 Background Color

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

This div background color is #744887


#744887 Border Color

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

This div border color is #744887


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,72,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #744887; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #744887;
  -webkit-box-shadow: 1px 1px 3px 2px #744887;
  box-shadow:         1px 1px 3px 2px #744887; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744887


Comments

No comments written yet.

Please login to write comment.