Color Hex Logo

#a027cd Color Hex

#A027CD
(160,39,205)
0 Favorites   0 Comments

Color spaces of #a027cd

RGB 16039205
HSL0.790.680.48
HSV284°81°80°
CMYK 0.220.810.00   0.20
XYZ26.242213.332458.9479
Yxy13.33240.26640.1353
Hunter Lab36.513664.3888-70.1590
CIE-Lab43.259970.1492-60.8322

#a027cd color RGB value is (160,39,205).

#a027cd hex color red value is 160, green value is 39 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a027cd hue: 0.79 , saturation: 0.68 and the lightness value of a027cd is 0.48.

The process color (four color CMYK) of #a027cd color hex is 0.22, 0.81, 0.00, 0.20. Web safe color of #a027cd is #9933cc. Color #a027cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 11001101
Octal 240 47 315
Decimal 160 39 205
Hex A0 27 CD

RGB Percentages of Color #a027cd

%39.60
%9.65
%50.74

CMYK Percentages of Color #a027cd

%22
%81
%0
%20

Triadic Colors of #a027cd

#a027cd #cda027 #27cda0

Analogous Colors of #a027cd

#a027cd #cd27a7 #4d27cd

Monochromatic Colors of #a027cd

#a027cd

Complementary Color

#a027cd #54cd27

#a027cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027cd Color CSS Codes

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

#a027cd Text Font Color

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

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


#a027cd Background Color

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

This div background color is #a027cd


#a027cd Border Color

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

This div border color is #a027cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,39,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027cd


Comments

No comments written yet.

Please login to write comment.