Color Hex Logo

#a37ca5 Color Hex

#A37CA5
(163,124,165)
0 Favorites   0 Comments

Color spaces of #a37ca5

RGB 163124165
HSL0.830.190.57
HSV297°25°65°
CMYK 0.010.250.00   0.35
XYZ29.103424.918438.8731
Yxy24.91840.31330.2682
Hunter Lab49.918316.7120-11.2283
CIE-Lab56.995822.3694-16.0268

#a37ca5 color RGB value is (163,124,165).

#a37ca5 hex color red value is 163, green value is 124 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #a37ca5 hue: 0.83 , saturation: 0.19 and the lightness value of a37ca5 is 0.57.

The process color (four color CMYK) of #a37ca5 color hex is 0.01, 0.25, 0.00, 0.35. Web safe color of #a37ca5 is #996699. Color #a37ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01111100 10100101
Octal 243 174 245
Decimal 163 124 165
Hex A3 7C A5

RGB Percentages of Color #a37ca5

%36.06
%27.43
%36.50

CMYK Percentages of Color #a37ca5

%1
%25
%0
%35

Triadic Colors of #a37ca5

#a37ca5 #a5a37c #7ca5a3

Analogous Colors of #a37ca5

#a37ca5 #a57c93 #8f7ca5

Monochromatic Colors of #a37ca5

#a37ca5

Complementary Color

#a37ca5 #7ea57c

#a37ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37ca5 Color CSS Codes

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

#a37ca5 Text Font Color

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

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


#a37ca5 Background Color

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

This div background color is #a37ca5


#a37ca5 Border Color

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

This div border color is #a37ca5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,124,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a37ca5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a37ca5;
  -webkit-box-shadow: 1px 1px 3px 2px #a37ca5;
  box-shadow:         1px 1px 3px 2px #a37ca5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,124,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37ca5


Comments

No comments written yet.

Please login to write comment.