Color Hex Logo

#a25378 Color Hex

#A25378
(162,83,120)
0 Favorites   0 Comments

Color spaces of #a25378

RGB 16283120
HSL0.920.320.48
HSV332°49°64°
CMYK 0.000.490.26   0.36
XYZ21.383715.224019.5808
Yxy15.22400.38060.2709
Hunter Lab39.017929.5451-2.4416
CIE-Lab45.939537.1207-6.0973

#a25378 color RGB value is (162,83,120).

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

The process color (four color CMYK) of #a25378 color hex is 0.00, 0.49, 0.26, 0.36. Web safe color of #a25378 is #996666. Color #a25378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01111000
Octal 242 123 170
Decimal 162 83 120
Hex A2 53 78

RGB Percentages of Color #a25378

%44.38
%22.74
%32.88

CMYK Percentages of Color #a25378

%0
%49
%26
%36

Triadic Colors of #a25378

#a25378 #78a253 #5378a2

Analogous Colors of #a25378

#a25378 #a25653 #a253a0

Monochromatic Colors of #a25378

#a25378

Complementary Color

#a25378 #53a27d

#a25378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25378 Color CSS Codes

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

#a25378 Text Font Color

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

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


#a25378 Background Color

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

This div background color is #a25378


#a25378 Border Color

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

This div border color is #a25378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25378


Comments

No comments written yet.

Please login to write comment.