Color Hex Logo

#a63335 Color Hex

#A63335
(166,51,53)
0 Favorites   0 Comments

Color spaces of #a63335

RGB 1665153
HSL1.000.530.43
HSV359°69°65°
CMYK 0.000.690.68   0.35
XYZ17.552310.73174.5145
Yxy10.73170.53520.3272
Hunter Lab32.759338.310914.7608
CIE-Lab39.124947.124125.8205

#a63335 color RGB value is (166,51,53).

#a63335 hex color red value is 166, green value is 51 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a63335 hue: 1.00 , saturation: 0.53 and the lightness value of a63335 is 0.43.

The process color (four color CMYK) of #a63335 color hex is 0.00, 0.69, 0.68, 0.35. Web safe color of #a63335 is #993333. Color #a63335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110011 00110101
Octal 246 63 65
Decimal 166 51 53
Hex A6 33 35

RGB Percentages of Color #a63335

%61.48
%18.89
%19.63

CMYK Percentages of Color #a63335

%0
%69
%68
%35

Triadic Colors of #a63335

#a63335 #35a633 #3335a6

Analogous Colors of #a63335

#a63335 #a66b33 #a6336f

Monochromatic Colors of #a63335

#a63335

Complementary Color

#a63335 #33a6a4

#a63335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63335 Color CSS Codes

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

#a63335 Text Font Color

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

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


#a63335 Background Color

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

This div background color is #a63335


#a63335 Border Color

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

This div border color is #a63335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63335


Comments

No comments written yet.

Please login to write comment.