Color Hex Logo

#743081 Color Hex

#743081
(116,48,129)
0 Favorites   0 Comments

Color spaces of #743081

RGB 11648129
HSL0.810.460.35
HSV290°63°51°
CMYK 0.100.630.00   0.49
XYZ12.22197.411921.5554
Yxy7.41190.29670.1799
Hunter Lab27.224832.4897-27.8858
CIE-Lab32.726842.3402-32.5516

#743081 color RGB value is (116,48,129).

#743081 hex color red value is 116, green value is 48 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #743081 hue: 0.81 , saturation: 0.46 and the lightness value of 743081 is 0.35.

The process color (four color CMYK) of #743081 color hex is 0.10, 0.63, 0.00, 0.49. Web safe color of #743081 is #663399. Color #743081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110000 10000001
Octal 164 60 201
Decimal 116 48 129
Hex 74 30 81

RGB Percentages of Color #743081

%39.59
%16.38
%44.03

CMYK Percentages of Color #743081

%10
%63
%0
%49

Triadic Colors of #743081

#743081 #817430 #308174

Analogous Colors of #743081

#743081 #813066 #4c3081

Monochromatic Colors of #743081

#743081

Complementary Color

#743081 #3d8130

#743081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743081 Color CSS Codes

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

#743081 Text Font Color

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

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


#743081 Background Color

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

This div background color is #743081


#743081 Border Color

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

This div border color is #743081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743081


Comments

No comments written yet.

Please login to write comment.