Color Hex Logo

#a74162 Color Hex

#A74162
(167,65,98)
0 Favorites   0 Comments

Color spaces of #a74162

RGB 1676598
HSL0.950.440.45
HSV341°61°65°
CMYK 0.000.610.41   0.35
XYZ20.031312.877912.9852
Yxy12.87790.43650.2806
Hunter Lab35.885836.83783.6661
CIE-Lab42.578745.05582.5529

#a74162 color RGB value is (167,65,98).

#a74162 hex color red value is 167, green value is 65 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a74162 hue: 0.95 , saturation: 0.44 and the lightness value of a74162 is 0.45.

The process color (four color CMYK) of #a74162 color hex is 0.00, 0.61, 0.41, 0.35. Web safe color of #a74162 is #993366. Color #a74162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 01100010
Octal 247 101 142
Decimal 167 65 98
Hex A7 41 62

RGB Percentages of Color #a74162

%50.61
%19.70
%29.70

CMYK Percentages of Color #a74162

%0
%61
%41
%35

Triadic Colors of #a74162

#a74162 #62a741 #4162a7

Analogous Colors of #a74162

#a74162 #a75341 #a74195

Monochromatic Colors of #a74162

#a74162

Complementary Color

#a74162 #41a786

#a74162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74162 Color CSS Codes

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

#a74162 Text Font Color

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

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


#a74162 Background Color

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

This div background color is #a74162


#a74162 Border Color

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

This div border color is #a74162


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,65,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a74162; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a74162;
  -webkit-box-shadow: 1px 1px 3px 2px #a74162;
  box-shadow:         1px 1px 3px 2px #a74162; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,65,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74162


Comments

No comments written yet.

Please login to write comment.