Color Hex Logo

#a438be Color Hex

#A438BE
(164,56,190)
0 Favorites   0 Comments

Color spaces of #a438be

RGB 16456190
HSL0.800.540.48
HSV288°71°75°
CMYK 0.140.710.00   0.25
XYZ26.018314.438650.1308
Yxy14.43860.28720.1594
Hunter Lab37.998255.7267-51.6223
CIE-Lab44.855562.3430-49.5114

#a438be color RGB value is (164,56,190).

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

The process color (four color CMYK) of #a438be color hex is 0.14, 0.71, 0.00, 0.25. Web safe color of #a438be is #9933cc. Color #a438be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00111000 10111110
Octal 244 70 276
Decimal 164 56 190
Hex A4 38 BE

RGB Percentages of Color #a438be

%40.00
%13.66
%46.34

CMYK Percentages of Color #a438be

%14
%71
%0
%25

Triadic Colors of #a438be

#a438be #bea438 #38bea4

Analogous Colors of #a438be

#a438be #be3895 #6138be

Monochromatic Colors of #a438be

#a438be

Complementary Color

#a438be #52be38

#a438be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a438be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a438be Color CSS Codes

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

#a438be Text Font Color

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

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


#a438be Background Color

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

This div background color is #a438be


#a438be Border Color

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

This div border color is #a438be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,56,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 #a438be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a438be


Comments

No comments written yet.

Please login to write comment.