Color Hex Logo

#740133 Color Hex

#740133
(116,1,51)
0 Favorites   0 Comments

Color spaces of #740133

RGB 116151
HSL0.930.980.23
HSV334°99°45°
CMYK 0.000.990.56   0.55
XYZ7.81093.97373.4873
Yxy3.97370.51150.2602
Hunter Lab19.934135.05793.5816
CIE-Lab23.584346.76034.7343

#740133 color RGB value is (116,1,51).

#740133 hex color red value is 116, green value is 1 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #740133 hue: 0.93 , saturation: 0.98 and the lightness value of 740133 is 0.23.

The process color (four color CMYK) of #740133 color hex is 0.00, 0.99, 0.56, 0.55. Web safe color of #740133 is #660033. Color #740133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 00110011
Octal 164 1 63
Decimal 116 1 51
Hex 74 1 33

RGB Percentages of Color #740133

%69.05
%0.60
%30.36

CMYK Percentages of Color #740133

%0
%99
%56
%55

Triadic Colors of #740133

#740133 #337401 #013374

Analogous Colors of #740133

#740133 #740901 #74016d

Monochromatic Colors of #740133

#740133

Complementary Color

#740133 #017442

#740133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740133 Color CSS Codes

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

#740133 Text Font Color

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

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


#740133 Background Color

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

This div background color is #740133


#740133 Border Color

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

This div border color is #740133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740133


Comments

No comments written yet.

Please login to write comment.