Color Hex Logo

#a63750 Color Hex

#A63750
(166,55,80)
0 Favorites   0 Comments

Color spaces of #a63750

RGB 1665580
HSL0.960.500.43
HSV346°67°65°
CMYK 0.000.670.52   0.35
XYZ18.540011.41868.8162
Yxy11.41860.47810.2945
Hunter Lab33.791438.80088.1852
CIE-Lab40.276747.402810.5048

#a63750 color RGB value is (166,55,80).

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

The process color (four color CMYK) of #a63750 color hex is 0.00, 0.67, 0.52, 0.35. Web safe color of #a63750 is #993366. Color #a63750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110111 01010000
Octal 246 67 120
Decimal 166 55 80
Hex A6 37 50

RGB Percentages of Color #a63750

%55.15
%18.27
%26.58

CMYK Percentages of Color #a63750

%0
%67
%52
%35

Triadic Colors of #a63750

#a63750 #50a637 #3750a6

Analogous Colors of #a63750

#a63750 #a65637 #a63788

Monochromatic Colors of #a63750

#a63750

Complementary Color

#a63750 #37a68d

#a63750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63750 Color CSS Codes

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

#a63750 Text Font Color

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

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


#a63750 Background Color

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

This div background color is #a63750


#a63750 Border Color

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

This div border color is #a63750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63750


Comments

No comments written yet.

Please login to write comment.