Color Hex Logo

#742666 Color Hex

#742666
(116,38,102)
0 Favorites   0 Comments

Color spaces of #742666

RGB 11638102
HSL0.860.510.30
HSV311°67°45°
CMYK 0.000.670.12   0.55
XYZ10.29386.058513.1972
Yxy6.05850.34840.2050
Hunter Lab24.614031.5757-14.5595
CIE-Lab29.559641.9546-20.4267

#742666 color RGB value is (116,38,102).

#742666 hex color red value is 116, green value is 38 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #742666 hue: 0.86 , saturation: 0.51 and the lightness value of 742666 is 0.30.

The process color (four color CMYK) of #742666 color hex is 0.00, 0.67, 0.12, 0.55. Web safe color of #742666 is #663366. Color #742666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 01100110
Octal 164 46 146
Decimal 116 38 102
Hex 74 26 66

RGB Percentages of Color #742666

%45.31
%14.84
%39.84

CMYK Percentages of Color #742666

%0
%67
%12
%55

Triadic Colors of #742666

#742666 #667426 #266674

Analogous Colors of #742666

#742666 #74263f #5b2674

Monochromatic Colors of #742666

#742666

Complementary Color

#742666 #267434

#742666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742666 Color CSS Codes

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

#742666 Text Font Color

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

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


#742666 Background Color

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

This div background color is #742666


#742666 Border Color

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

This div border color is #742666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742666


Comments

No comments written yet.

Please login to write comment.