Color Hex Logo

#a23361 Color Hex

#A23361
(162,51,97)
0 Favorites   0 Comments

Color spaces of #a23361

RGB 1625197
HSL0.930.520.42
HSV335°69°64°
CMYK 0.000.690.40   0.36
XYZ18.241810.912112.4541
Yxy10.91210.43840.2623
Hunter Lab33.033540.76300.7702
CIE-Lab39.432049.4807-1.5115

#a23361 color RGB value is (162,51,97).

#a23361 hex color red value is 162, green value is 51 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a23361 hue: 0.93 , saturation: 0.52 and the lightness value of a23361 is 0.42.

The process color (four color CMYK) of #a23361 color hex is 0.00, 0.69, 0.40, 0.36. Web safe color of #a23361 is #993366. Color #a23361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110011 01100001
Octal 242 63 141
Decimal 162 51 97
Hex A2 33 61

RGB Percentages of Color #a23361

%52.26
%16.45
%31.29

CMYK Percentages of Color #a23361

%0
%69
%40
%36

Triadic Colors of #a23361

#a23361 #61a233 #3361a2

Analogous Colors of #a23361

#a23361 #a23d33 #a23399

Monochromatic Colors of #a23361

#a23361

Complementary Color

#a23361 #33a274

#a23361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23361 Color CSS Codes

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

#a23361 Text Font Color

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

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


#a23361 Background Color

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

This div background color is #a23361


#a23361 Border Color

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

This div border color is #a23361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23361


Comments

No comments written yet.

Please login to write comment.