Color Hex Logo

#a3375f Color Hex

#A3375F
(163,55,95)
0 Favorites   0 Comments

Color spaces of #a3375f

RGB 1635595
HSL0.940.500.43
HSV338°66°64°
CMYK 0.000.660.42   0.36
XYZ18.536011.345112.0393
Yxy11.34510.44220.2706
Hunter Lab33.682539.28702.3854
CIE-Lab40.155747.90350.8263

#a3375f color RGB value is (163,55,95).

#a3375f hex color red value is 163, green value is 55 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a3375f hue: 0.94 , saturation: 0.50 and the lightness value of a3375f is 0.43.

The process color (four color CMYK) of #a3375f color hex is 0.00, 0.66, 0.42, 0.36. Web safe color of #a3375f is #993366. Color #a3375f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110111 01011111
Octal 243 67 137
Decimal 163 55 95
Hex A3 37 5F

RGB Percentages of Color #a3375f

%52.08
%17.57
%30.35

CMYK Percentages of Color #a3375f

%0
%66
%42
%36

Triadic Colors of #a3375f

#a3375f #5fa337 #375fa3

Analogous Colors of #a3375f

#a3375f #a34537 #a33795

Monochromatic Colors of #a3375f

#a3375f

Complementary Color

#a3375f #37a37b

#a3375f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3375f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3375f Color CSS Codes

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

#a3375f Text Font Color

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

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


#a3375f Background Color

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

This div background color is #a3375f


#a3375f Border Color

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

This div border color is #a3375f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3375f


Comments

No comments written yet.

Please login to write comment.