Color Hex Logo

#a23195 Color Hex

#A23195
(162,49,149)
0 Favorites   0 Comments

Color spaces of #a23195

RGB 16249149
HSL0.850.540.41
HSV307°70°64°
CMYK 0.000.700.08   0.36
XYZ21.423412.047929.6301
Yxy12.04790.33950.1909
Hunter Lab34.710149.4293-26.3156
CIE-Lab41.292157.3404-30.8252

#a23195 color RGB value is (162,49,149).

#a23195 hex color red value is 162, green value is 49 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #a23195 hue: 0.85 , saturation: 0.54 and the lightness value of a23195 is 0.41.

The process color (four color CMYK) of #a23195 color hex is 0.00, 0.70, 0.08, 0.36. Web safe color of #a23195 is #993399. Color #a23195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110001 10010101
Octal 242 61 225
Decimal 162 49 149
Hex A2 31 95

RGB Percentages of Color #a23195

%45.00
%13.61
%41.39

CMYK Percentages of Color #a23195

%0
%70
%8
%36

Triadic Colors of #a23195

#a23195 #95a231 #3195a2

Analogous Colors of #a23195

#a23195 #a2315d #7731a2

Monochromatic Colors of #a23195

#a23195

Complementary Color

#a23195 #31a23e

#a23195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23195 Color CSS Codes

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

#a23195 Text Font Color

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

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


#a23195 Background Color

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

This div background color is #a23195


#a23195 Border Color

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

This div border color is #a23195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23195


Comments

No comments written yet.

Please login to write comment.