Color Hex Logo

#a25198 Color Hex

#A25198
(162,81,152)
0 Favorites   0 Comments

Color spaces of #a25198

RGB 16281152
HSL0.850.330.48
HSV307°50°64°
CMYK 0.000.500.06   0.36
XYZ23.510215.833231.5228
Yxy15.83320.33180.2234
Hunter Lab39.791035.8313-19.1165
CIE-Lab46.754943.3696-24.1096

#a25198 color RGB value is (162,81,152).

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

The process color (four color CMYK) of #a25198 color hex is 0.00, 0.50, 0.06, 0.36. Web safe color of #a25198 is #996699. Color #a25198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010001 10011000
Octal 242 121 230
Decimal 162 81 152
Hex A2 51 98

RGB Percentages of Color #a25198

%41.01
%20.51
%38.48

CMYK Percentages of Color #a25198

%0
%50
%6
%36

Triadic Colors of #a25198

#a25198 #98a251 #5198a2

Analogous Colors of #a25198

#a25198 #a25170 #8451a2

Monochromatic Colors of #a25198

#a25198

Complementary Color

#a25198 #51a25b

#a25198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25198 Color CSS Codes

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

#a25198 Text Font Color

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

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


#a25198 Background Color

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

This div background color is #a25198


#a25198 Border Color

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

This div border color is #a25198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,81,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 #a25198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25198


Comments

No comments written yet.

Please login to write comment.