Color Hex Logo

#742965 Color Hex

#742965
(116,41,101)
0 Favorites   0 Comments

Color spaces of #742965

RGB 11641101
HSL0.870.480.31
HSV312°65°45°
CMYK 0.000.650.13   0.55
XYZ10.34446.238512.9709
Yxy6.23850.35000.2111
Hunter Lab24.977030.2173-13.3062
CIE-Lab30.006440.4186-19.0873

#742965 color RGB value is (116,41,101).

#742965 hex color red value is 116, green value is 41 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #742965 hue: 0.87 , saturation: 0.48 and the lightness value of 742965 is 0.31.

The process color (four color CMYK) of #742965 color hex is 0.00, 0.65, 0.13, 0.55. Web safe color of #742965 is #663366. Color #742965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 01100101
Octal 164 51 145
Decimal 116 41 101
Hex 74 29 65

RGB Percentages of Color #742965

%44.96
%15.89
%39.15

CMYK Percentages of Color #742965

%0
%65
%13
%55

Triadic Colors of #742965

#742965 #657429 #296574

Analogous Colors of #742965

#742965 #742940 #5e2974

Monochromatic Colors of #742965

#742965

Complementary Color

#742965 #297438

#742965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742965 Color CSS Codes

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

#742965 Text Font Color

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

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


#742965 Background Color

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

This div background color is #742965


#742965 Border Color

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

This div border color is #742965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742965


Comments

No comments written yet.

Please login to write comment.