Color Hex Logo

#a407be Color Hex

#A407BE
(164,7,190)
0 Favorites   0 Comments

Color spaces of #a407be

RGB 1647190
HSL0.810.930.39
HSV291°96°75°
CMYK 0.140.960.00   0.25
XYZ24.680111.762249.6847
Yxy11.76220.28660.1366
Hunter Lab34.296168.4339-61.8862
CIE-Lab40.835774.0056-55.9827

#a407be color RGB value is (164,7,190).

#a407be hex color red value is 164, green value is 7 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a407be hue: 0.81 , saturation: 0.93 and the lightness value of a407be is 0.39.

The process color (four color CMYK) of #a407be color hex is 0.14, 0.96, 0.00, 0.25. Web safe color of #a407be is #9900cc. Color #a407be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000111 10111110
Octal 244 7 276
Decimal 164 7 190
Hex A4 7 BE

RGB Percentages of Color #a407be

%45.43
%1.94
%52.63

CMYK Percentages of Color #a407be

%14
%96
%0
%25

Triadic Colors of #a407be

#a407be #bea407 #07bea4

Analogous Colors of #a407be

#a407be #be077d #4907be

Monochromatic Colors of #a407be

#a407be

Complementary Color

#a407be #21be07

#a407be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a407be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a407be Color CSS Codes

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

#a407be Text Font Color

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

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


#a407be Background Color

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

This div background color is #a407be


#a407be Border Color

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

This div border color is #a407be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a407be


Comments

No comments written yet.

Please login to write comment.