Color Hex Logo

#744183 Color Hex

#744183
(116,65,131)
0 Favorites   0 Comments

Color spaces of #744183

RGB 11665131
HSL0.800.340.38
HSV286°50°51°
CMYK 0.110.500.00   0.49
XYZ13.18959.132322.5403
Yxy9.13230.29400.2036
Hunter Lab30.219725.0225-23.0695
CIE-Lab36.237833.6982-28.2472

#744183 color RGB value is (116,65,131).

#744183 hex color red value is 116, green value is 65 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #744183 hue: 0.80 , saturation: 0.34 and the lightness value of 744183 is 0.38.

The process color (four color CMYK) of #744183 color hex is 0.11, 0.50, 0.00, 0.49. Web safe color of #744183 is #663399. Color #744183 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000001 10000011
Octal 164 101 203
Decimal 116 65 131
Hex 74 41 83

RGB Percentages of Color #744183

%37.18
%20.83
%41.99

CMYK Percentages of Color #744183

%11
%50
%0
%49

Triadic Colors of #744183

#744183 #837441 #418374

Analogous Colors of #744183

#744183 #834171 #534183

Monochromatic Colors of #744183

#744183

Complementary Color

#744183 #508341

#744183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744183 Color CSS Codes

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

#744183 Text Font Color

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

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


#744183 Background Color

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

This div background color is #744183


#744183 Border Color

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

This div border color is #744183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744183


Comments

No comments written yet.

Please login to write comment.