Color Hex Logo

#740c65 Color Hex

#740C65
(116,12,101)
0 Favorites   0 Comments

Color spaces of #740c65

RGB 11612101
HSL0.860.810.25
HSV309°90°45°
CMYK 0.000.900.13   0.55
XYZ9.68294.915512.7504
Yxy4.91550.35410.1797
Hunter Lab22.170939.1587-18.5778
CIE-Lab26.492750.3629-24.5846

#740c65 color RGB value is (116,12,101).

#740c65 hex color red value is 116, green value is 12 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #740c65 hue: 0.86 , saturation: 0.81 and the lightness value of 740c65 is 0.25.

The process color (four color CMYK) of #740c65 color hex is 0.00, 0.90, 0.13, 0.55. Web safe color of #740c65 is #660066. Color #740c65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001100 01100101
Octal 164 14 145
Decimal 116 12 101
Hex 74 C 65

RGB Percentages of Color #740c65

%50.66
%5.24
%44.10

CMYK Percentages of Color #740c65

%0
%90
%13
%55

Triadic Colors of #740c65

#740c65 #65740c #0c6574

Analogous Colors of #740c65

#740c65 #740c31 #4f0c74

Monochromatic Colors of #740c65

#740c65

Complementary Color

#740c65 #0c741b

#740c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740c65 Color CSS Codes

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

#740c65 Text Font Color

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

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


#740c65 Background Color

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

This div background color is #740c65


#740c65 Border Color

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

This div border color is #740c65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,12,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 #740c65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740c65


Comments

No comments written yet.

Please login to write comment.