Color Hex Logo

#741075 Color Hex

#741075
(116,16,117)
0 Favorites   0 Comments

Color spaces of #741075

RGB 11616117
HSL0.830.760.26
HSV299°86°46°
CMYK 0.010.860.00   0.54
XYZ10.59865.367917.3071
Yxy5.36790.31850.1613
Hunter Lab23.168741.1100-28.0717
CIE-Lab27.758252.0486-32.8938

#741075 color RGB value is (116,16,117).

#741075 hex color red value is 116, green value is 16 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #741075 hue: 0.83 , saturation: 0.76 and the lightness value of 741075 is 0.26.

The process color (four color CMYK) of #741075 color hex is 0.01, 0.86, 0.00, 0.54. Web safe color of #741075 is #660066. Color #741075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 01110101
Octal 164 20 165
Decimal 116 16 117
Hex 74 10 75

RGB Percentages of Color #741075

%46.59
%6.43
%46.99

CMYK Percentages of Color #741075

%1
%86
%0
%54

Triadic Colors of #741075

#741075 #757410 #107574

Analogous Colors of #741075

#741075 #751043 #421075

Monochromatic Colors of #741075

#741075

Complementary Color

#741075 #117510

#741075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741075 Color CSS Codes

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

#741075 Text Font Color

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

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


#741075 Background Color

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

This div background color is #741075


#741075 Border Color

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

This div border color is #741075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741075


Comments

No comments written yet.

Please login to write comment.