Color Hex Logo

#a914bc Color Hex

#A914BC
(169,20,188)
0 Favorites   0 Comments

Color spaces of #a914bc

RGB 16920188
HSL0.810.810.41
HSV293°89°74°
CMYK 0.100.890.00   0.26
XYZ25.689412.566248.6485
Yxy12.56620.29560.1446
Hunter Lab35.448867.3216-56.5529
CIE-Lab42.102272.8367-52.7211

#a914bc color RGB value is (169,20,188).

#a914bc hex color red value is 169, green value is 20 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a914bc hue: 0.81 , saturation: 0.81 and the lightness value of a914bc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010100 10111100
Octal 251 24 274
Decimal 169 20 188
Hex A9 14 BC

RGB Percentages of Color #a914bc

%44.83
%5.31
%49.87

CMYK Percentages of Color #a914bc

%10
%89
%0
%26

Triadic Colors of #a914bc

#a914bc #bca914 #14bca9

Analogous Colors of #a914bc

#a914bc #bc147b #5514bc

Monochromatic Colors of #a914bc

#a914bc

Complementary Color

#a914bc #27bc14

#a914bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a914bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a914bc Color CSS Codes

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

#a914bc Text Font Color

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

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


#a914bc Background Color

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

This div background color is #a914bc


#a914bc Border Color

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

This div border color is #a914bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a914bc


Comments

No comments written yet.

Please login to write comment.