Color Hex Logo

#a827ca Color Hex

#A827CA
(168,39,202)
0 Favorites   0 Comments

Color spaces of #a827ca

RGB 16839202
HSL0.800.680.47
HSV287°81°79°
CMYK 0.170.810.00   0.21
XYZ27.534614.040157.1359
Yxy14.04010.27890.1422
Hunter Lab37.470165.5965-64.1786
CIE-Lab44.290470.9667-57.3679

#a827ca color RGB value is (168,39,202).

#a827ca hex color red value is 168, green value is 39 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a827ca hue: 0.80 , saturation: 0.68 and the lightness value of a827ca is 0.47.

The process color (four color CMYK) of #a827ca color hex is 0.17, 0.81, 0.00, 0.21. Web safe color of #a827ca is #9933cc. Color #a827ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100111 11001010
Octal 250 47 312
Decimal 168 39 202
Hex A8 27 CA

RGB Percentages of Color #a827ca

%41.08
%9.54
%49.39

CMYK Percentages of Color #a827ca

%17
%81
%0
%21

Triadic Colors of #a827ca

#a827ca #caa827 #27caa8

Analogous Colors of #a827ca

#a827ca #ca279b #5727ca

Monochromatic Colors of #a827ca

#a827ca

Complementary Color

#a827ca #49ca27

#a827ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a827ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a827ca Color CSS Codes

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

#a827ca Text Font Color

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

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


#a827ca Background Color

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

This div background color is #a827ca


#a827ca Border Color

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

This div border color is #a827ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a827ca


Comments

No comments written yet.

Please login to write comment.