Color Hex Logo

#a25367 Color Hex

#A25367
(162,83,103)
0 Favorites   0 Comments

Color spaces of #a25367

RGB 16283103
HSL0.960.320.48
HSV345°49°64°
CMYK 0.000.490.36   0.36
XYZ20.441714.847214.6204
Yxy14.84720.40960.2975
Hunter Lab38.532127.26524.4758
CIE-Lab45.424234.80913.4889

#a25367 color RGB value is (162,83,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 01100111
Octal 242 123 147
Decimal 162 83 103
Hex A2 53 67

RGB Percentages of Color #a25367

%46.55
%23.85
%29.60

CMYK Percentages of Color #a25367

%0
%49
%36
%36

Triadic Colors of #a25367

#a25367 #67a253 #5367a2

Analogous Colors of #a25367

#a25367 #a26753 #a2538f

Monochromatic Colors of #a25367

#a25367

Complementary Color

#a25367 #53a28e

#a25367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25367 Color CSS Codes

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

#a25367 Text Font Color

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

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


#a25367 Background Color

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

This div background color is #a25367


#a25367 Border Color

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

This div border color is #a25367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25367


Comments

No comments written yet.

Please login to write comment.