Color Hex Logo

#a45fbe Color Hex

#A45FBE
(164,95,190)
0 Favorites   0 Comments

Color spaces of #a45fbe

RGB 16495190
HSL0.790.420.56
HSV284°50°75°
CMYK 0.140.500.00   0.25
XYZ28.696319.794651.0235
Yxy19.79460.28840.1989
Hunter Lab44.491137.2711-36.8514
CIE-Lab51.604244.0305-38.7871

#a45fbe color RGB value is (164,95,190).

#a45fbe hex color red value is 164, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a45fbe hue: 0.79 , saturation: 0.42 and the lightness value of a45fbe is 0.56.

The process color (four color CMYK) of #a45fbe color hex is 0.14, 0.50, 0.00, 0.25. Web safe color of #a45fbe is #9966cc. Color #a45fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 10111110
Octal 244 137 276
Decimal 164 95 190
Hex A4 5F BE

RGB Percentages of Color #a45fbe

%36.53
%21.16
%42.32

CMYK Percentages of Color #a45fbe

%14
%50
%0
%25

Triadic Colors of #a45fbe

#a45fbe #bea45f #5fbea4

Analogous Colors of #a45fbe

#a45fbe #be5fa9 #755fbe

Monochromatic Colors of #a45fbe

#a45fbe

Complementary Color

#a45fbe #79be5f

#a45fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fbe Color CSS Codes

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

#a45fbe Text Font Color

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

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


#a45fbe Background Color

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

This div background color is #a45fbe


#a45fbe Border Color

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

This div border color is #a45fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fbe


Comments

No comments written yet.

Please login to write comment.