Color Hex Logo

#a25390 Color Hex

#A25390
(162,83,144)
0 Favorites   0 Comments

Color spaces of #a25390

RGB 16283144
HSL0.870.320.48
HSV314°49°64°
CMYK 0.000.490.11   0.36
XYZ23.027615.881528.2373
Yxy15.88150.34290.2365
Hunter Lab39.851633.4030-14.1145
CIE-Lab46.818640.9324-19.2334

#a25390 color RGB value is (162,83,144).

#a25390 hex color red value is 162, green value is 83 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a25390 hue: 0.87 , saturation: 0.32 and the lightness value of a25390 is 0.48.

The process color (four color CMYK) of #a25390 color hex is 0.00, 0.49, 0.11, 0.36. Web safe color of #a25390 is #996699. Color #a25390 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 10010000
Octal 242 123 220
Decimal 162 83 144
Hex A2 53 90

RGB Percentages of Color #a25390

%41.65
%21.34
%37.02

CMYK Percentages of Color #a25390

%0
%49
%11
%36

Triadic Colors of #a25390

#a25390 #90a253 #5390a2

Analogous Colors of #a25390

#a25390 #a25369 #8d53a2

Monochromatic Colors of #a25390

#a25390

Complementary Color

#a25390 #53a265

#a25390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25390 Color CSS Codes

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

#a25390 Text Font Color

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

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


#a25390 Background Color

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

This div background color is #a25390


#a25390 Border Color

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

This div border color is #a25390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25390


Comments

No comments written yet.

Please login to write comment.