Color Hex Logo

#a713bc Color Hex

#A713BC
(167,19,188)
0 Favorites   0 Comments

Color spaces of #a713bc

RGB 16719188
HSL0.810.820.41
HSV293°90°74°
CMYK 0.110.900.00   0.26
XYZ25.246312.312148.6228
Yxy12.31210.29290.1429
Hunter Lab35.088667.0260-57.5970
CIE-Lab41.707972.6668-53.3740

#a713bc color RGB value is (167,19,188).

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

The process color (four color CMYK) of #a713bc color hex is 0.11, 0.90, 0.00, 0.26. Web safe color of #a713bc is #9900cc. Color #a713bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10111100
Octal 247 23 274
Decimal 167 19 188
Hex A7 13 BC

RGB Percentages of Color #a713bc

%44.65
%5.08
%50.27

CMYK Percentages of Color #a713bc

%11
%90
%0
%26

Triadic Colors of #a713bc

#a713bc #bca713 #13bca7

Analogous Colors of #a713bc

#a713bc #bc137d #5213bc

Monochromatic Colors of #a713bc

#a713bc

Complementary Color

#a713bc #28bc13

#a713bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713bc Color CSS Codes

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

#a713bc Text Font Color

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

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


#a713bc Background Color

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

This div background color is #a713bc


#a713bc Border Color

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

This div border color is #a713bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713bc


Comments

No comments written yet.

Please login to write comment.