Color Hex Logo

#a027be Color Hex

#A027BE
(160,39,190)
0 Favorites   0 Comments

Color spaces of #a027be

RGB 16039190
HSL0.800.660.45
HSV288°79°75°
CMYK 0.160.790.00   0.25
XYZ24.517012.642349.8632
Yxy12.64230.28170.1453
Hunter Lab35.556060.8584-58.2582
CIE-Lab42.219367.3376-53.7814

#a027be color RGB value is (160,39,190).

#a027be hex color red value is 160, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a027be hue: 0.80 , saturation: 0.66 and the lightness value of a027be is 0.45.

The process color (four color CMYK) of #a027be color hex is 0.16, 0.79, 0.00, 0.25. Web safe color of #a027be is #9933cc. Color #a027be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 10111110
Octal 240 47 276
Decimal 160 39 190
Hex A0 27 BE

RGB Percentages of Color #a027be

%41.13
%10.03
%48.84

CMYK Percentages of Color #a027be

%16
%79
%0
%25

Triadic Colors of #a027be

#a027be #bea027 #27bea0

Analogous Colors of #a027be

#a027be #be2791 #5527be

Monochromatic Colors of #a027be

#a027be

Complementary Color

#a027be #45be27

#a027be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027be Color CSS Codes

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

#a027be Text Font Color

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

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


#a027be Background Color

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

This div background color is #a027be


#a027be Border Color

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

This div border color is #a027be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027be


Comments

No comments written yet.

Please login to write comment.