Color Hex Logo

#a23c76 Color Hex

#A23C76
(162,60,118)
0 Favorites   0 Comments

Color spaces of #a23c76

RGB 16260118
HSL0.910.460.44
HSV326°63°64°
CMYK 0.000.630.27   0.36
XYZ19.786212.221118.4556
Yxy12.22110.39210.2422
Hunter Lab34.958739.8512-6.8296
CIE-Lab41.565448.2050-11.4336

#a23c76 color RGB value is (162,60,118).

#a23c76 hex color red value is 162, green value is 60 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a23c76 hue: 0.91 , saturation: 0.46 and the lightness value of a23c76 is 0.44.

The process color (four color CMYK) of #a23c76 color hex is 0.00, 0.63, 0.27, 0.36. Web safe color of #a23c76 is #993366. Color #a23c76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111100 01110110
Octal 242 74 166
Decimal 162 60 118
Hex A2 3C 76

RGB Percentages of Color #a23c76

%47.65
%17.65
%34.71

CMYK Percentages of Color #a23c76

%0
%63
%27
%36

Triadic Colors of #a23c76

#a23c76 #76a23c #3c76a2

Analogous Colors of #a23c76

#a23c76 #a23c43 #9b3ca2

Monochromatic Colors of #a23c76

#a23c76

Complementary Color

#a23c76 #3ca268

#a23c76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23c76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23c76 Color CSS Codes

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

#a23c76 Text Font Color

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

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


#a23c76 Background Color

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

This div background color is #a23c76


#a23c76 Border Color

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

This div border color is #a23c76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23c76


Comments

No comments written yet.

Please login to write comment.