Color Hex Logo

#a438bd Color Hex

#A438BD
(164,56,189)
0 Favorites   0 Comments

Color spaces of #a438bd

RGB 16456189
HSL0.800.540.48
HSV289°70°74°
CMYK 0.130.700.00   0.26
XYZ25.909314.395049.5570
Yxy14.39500.28830.1602
Hunter Lab37.940755.4993-50.8842
CIE-Lab44.794262.1533-49.0257

#a438bd color RGB value is (164,56,189).

#a438bd hex color red value is 164, green value is 56 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a438bd hue: 0.80 , saturation: 0.54 and the lightness value of a438bd is 0.48.

The process color (four color CMYK) of #a438bd color hex is 0.13, 0.70, 0.00, 0.26. Web safe color of #a438bd is #9933cc. Color #a438bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 10111101
Octal 244 70 275
Decimal 164 56 189
Hex A4 38 BD

RGB Percentages of Color #a438bd

%40.10
%13.69
%46.21

CMYK Percentages of Color #a438bd

%13
%70
%0
%26

Triadic Colors of #a438bd

#a438bd #bda438 #38bda4

Analogous Colors of #a438bd

#a438bd #bd3894 #6238bd

Monochromatic Colors of #a438bd

#a438bd

Complementary Color

#a438bd #51bd38

#a438bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438bd Color CSS Codes

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

#a438bd Text Font Color

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

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


#a438bd Background Color

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

This div background color is #a438bd


#a438bd Border Color

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

This div border color is #a438bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438bd


Comments

No comments written yet.

Please login to write comment.