Color Hex Logo

#a4258b Color Hex

#A4258B
(164,37,139)
0 Favorites   0 Comments

Color spaces of #a4258b

RGB 16437139
HSL0.870.630.39
HSV312°77°64°
CMYK 0.000.770.15   0.36
XYZ20.631611.079725.4773
Yxy11.07970.36080.1937
Hunter Lab33.286252.3879-22.0803
CIE-Lab39.714460.3451-27.1834

#a4258b color RGB value is (164,37,139).

#a4258b hex color red value is 164, green value is 37 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a4258b hue: 0.87 , saturation: 0.63 and the lightness value of a4258b is 0.39.

The process color (four color CMYK) of #a4258b color hex is 0.00, 0.77, 0.15, 0.36. Web safe color of #a4258b is #993399. Color #a4258b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 10001011
Octal 244 45 213
Decimal 164 37 139
Hex A4 25 8B

RGB Percentages of Color #a4258b

%48.24
%10.88
%40.88

CMYK Percentages of Color #a4258b

%0
%77
%15
%36

Triadic Colors of #a4258b

#a4258b #8ba425 #258ba4

Analogous Colors of #a4258b

#a4258b #a4254c #7e25a4

Monochromatic Colors of #a4258b

#a4258b

Complementary Color

#a4258b #25a43e

#a4258b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4258b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4258b Color CSS Codes

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

#a4258b Text Font Color

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

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


#a4258b Background Color

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

This div background color is #a4258b


#a4258b Border Color

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

This div border color is #a4258b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4258b


Comments

No comments written yet.

Please login to write comment.