Color Hex Logo

#a23390 Color Hex

#A23390
(162,51,144)
0 Favorites   0 Comments

Color spaces of #a23390

RGB 16251144
HSL0.860.520.42
HSV310°69°64°
CMYK 0.000.690.11   0.36
XYZ21.118212.062727.6008
Yxy12.06270.34740.1985
Hunter Lab34.731447.7558-22.8054
CIE-Lab41.315655.7874-27.7558

#a23390 color RGB value is (162,51,144).

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

The process color (four color CMYK) of #a23390 color hex is 0.00, 0.69, 0.11, 0.36. Web safe color of #a23390 is #993399. Color #a23390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110011 10010000
Octal 242 63 220
Decimal 162 51 144
Hex A2 33 90

RGB Percentages of Color #a23390

%45.38
%14.29
%40.34

CMYK Percentages of Color #a23390

%0
%69
%11
%36

Triadic Colors of #a23390

#a23390 #90a233 #3390a2

Analogous Colors of #a23390

#a23390 #a23358 #7d33a2

Monochromatic Colors of #a23390

#a23390

Complementary Color

#a23390 #33a245

#a23390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23390 Color CSS Codes

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

#a23390 Text Font Color

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

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


#a23390 Background Color

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

This div background color is #a23390


#a23390 Border Color

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

This div border color is #a23390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23390


Comments

No comments written yet.

Please login to write comment.