Color Hex Logo

#a23998 Color Hex

#A23998
(162,57,152)
0 Favorites   0 Comments

Color spaces of #a23998

RGB 16257152
HSL0.850.480.43
HSV306°65°64°
CMYK 0.000.650.06   0.36
XYZ22.030912.874631.0297
Yxy12.87460.33410.1953
Hunter Lab35.881246.8062-26.1566
CIE-Lab42.573754.6660-30.6250

#a23998 color RGB value is (162,57,152).

#a23998 hex color red value is 162, green value is 57 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a23998 hue: 0.85 , saturation: 0.48 and the lightness value of a23998 is 0.43.

The process color (four color CMYK) of #a23998 color hex is 0.00, 0.65, 0.06, 0.36. Web safe color of #a23998 is #993399. Color #a23998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111001 10011000
Octal 242 71 230
Decimal 162 57 152
Hex A2 39 98

RGB Percentages of Color #a23998

%43.67
%15.36
%40.97

CMYK Percentages of Color #a23998

%0
%65
%6
%36

Triadic Colors of #a23998

#a23998 #98a239 #3998a2

Analogous Colors of #a23998

#a23998 #a23963 #7839a2

Monochromatic Colors of #a23998

#a23998

Complementary Color

#a23998 #39a243

#a23998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23998 Color CSS Codes

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

#a23998 Text Font Color

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

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


#a23998 Background Color

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

This div background color is #a23998


#a23998 Border Color

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

This div border color is #a23998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23998


Comments

No comments written yet.

Please login to write comment.