Color Hex Logo

#a41065 Color Hex

#A41065
(164,16,101)
0 Favorites   0 Comments

Color spaces of #a41065

RGB 16416101
HSL0.900.820.35
HSV326°90°64°
CMYK 0.000.900.38   0.36
XYZ17.84419.202713.1477
Yxy9.20270.44390.2290
Hunter Lab30.336051.9087-4.4613
CIE-Lab36.371760.5605-8.5578

#a41065 color RGB value is (164,16,101).

#a41065 hex color red value is 164, green value is 16 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a41065 hue: 0.90 , saturation: 0.82 and the lightness value of a41065 is 0.35.

The process color (four color CMYK) of #a41065 color hex is 0.00, 0.90, 0.38, 0.36. Web safe color of #a41065 is #990066. Color #a41065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010000 01100101
Octal 244 20 145
Decimal 164 16 101
Hex A4 10 65

RGB Percentages of Color #a41065

%58.36
%5.69
%35.94

CMYK Percentages of Color #a41065

%0
%90
%38
%36

Triadic Colors of #a41065

#a41065 #65a410 #1065a4

Analogous Colors of #a41065

#a41065 #a4101b #9910a4

Monochromatic Colors of #a41065

#a41065

Complementary Color

#a41065 #10a44f

#a41065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41065 Color CSS Codes

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

#a41065 Text Font Color

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

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


#a41065 Background Color

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

This div background color is #a41065


#a41065 Border Color

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

This div border color is #a41065


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,16,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 #a41065">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41065


Comments

No comments written yet.

Please login to write comment.