Color Hex Logo

#a714ba Color Hex

#A714BA
(167,20,186)
0 Favorites   0 Comments

Color spaces of #a714ba

RGB 16720186
HSL0.810.810.40
HSV293°89°73°
CMYK 0.100.890.00   0.27
XYZ25.049412.261047.5007
Yxy12.26100.29540.1446
Hunter Lab35.015766.4171-55.9191
CIE-Lab41.628072.1737-52.3267

#a714ba color RGB value is (167,20,186).

#a714ba hex color red value is 167, green value is 20 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a714ba hue: 0.81 , saturation: 0.81 and the lightness value of a714ba is 0.40.

The process color (four color CMYK) of #a714ba color hex is 0.10, 0.89, 0.00, 0.27. Web safe color of #a714ba is #9900cc. Color #a714ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010100 10111010
Octal 247 24 272
Decimal 167 20 186
Hex A7 14 BA

RGB Percentages of Color #a714ba

%44.77
%5.36
%49.87

CMYK Percentages of Color #a714ba

%10
%89
%0
%27

Triadic Colors of #a714ba

#a714ba #baa714 #14baa7

Analogous Colors of #a714ba

#a714ba #ba147a #5414ba

Monochromatic Colors of #a714ba

#a714ba

Complementary Color

#a714ba #27ba14

#a714ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a714ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a714ba Color CSS Codes

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

#a714ba Text Font Color

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

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


#a714ba Background Color

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

This div background color is #a714ba


#a714ba Border Color

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

This div border color is #a714ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,20,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a714ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a714ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a714ba;
  box-shadow:         1px 1px 3px 2px #a714ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,20,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a714ba


Comments

No comments written yet.

Please login to write comment.