Color Hex Logo

#a0254b Color Hex

#A0254B
(160,37,75)
0 Favorites   0 Comments

Color spaces of #a0254b

RGB 1603775
HSL0.950.620.39
HSV341°77°63°
CMYK 0.000.770.53   0.37
XYZ16.42889.30477.5867
Yxy9.30470.49310.2793
Hunter Lab30.503642.75626.6062
CIE-Lab36.564451.95098.3294

#a0254b color RGB value is (160,37,75).

#a0254b hex color red value is 160, green value is 37 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a0254b hue: 0.95 , saturation: 0.62 and the lightness value of a0254b is 0.39.

The process color (four color CMYK) of #a0254b color hex is 0.00, 0.77, 0.53, 0.37. Web safe color of #a0254b is #993333. Color #a0254b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 01001011
Octal 240 45 113
Decimal 160 37 75
Hex A0 25 4B

RGB Percentages of Color #a0254b

%58.82
%13.60
%27.57

CMYK Percentages of Color #a0254b

%0
%77
%53
%37

Triadic Colors of #a0254b

#a0254b #4ba025 #254ba0

Analogous Colors of #a0254b

#a0254b #a03d25 #a02589

Monochromatic Colors of #a0254b

#a0254b

Complementary Color

#a0254b #25a07a

#a0254b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0254b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0254b Color CSS Codes

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

#a0254b Text Font Color

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

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


#a0254b Background Color

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

This div background color is #a0254b


#a0254b Border Color

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

This div border color is #a0254b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,37,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0254b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0254b;
  -webkit-box-shadow: 1px 1px 3px 2px #a0254b;
  box-shadow:         1px 1px 3px 2px #a0254b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,37,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0254b


Comments

No comments written yet.

Please login to write comment.