Color Hex Logo

#a613bc Color Hex

#A613BC
(166,19,188)
0 Favorites   0 Comments

Color spaces of #a613bc

RGB 16619188
HSL0.810.820.41
HSV292°90°74°
CMYK 0.120.900.00   0.26
XYZ25.035912.203648.6129
Yxy12.20360.29160.1421
Hunter Lab34.933766.7917-58.0531
CIE-Lab41.537972.5043-53.6567

#a613bc color RGB value is (166,19,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 10111100
Octal 246 23 274
Decimal 166 19 188
Hex A6 13 BC

RGB Percentages of Color #a613bc

%44.50
%5.09
%50.40

CMYK Percentages of Color #a613bc

%12
%90
%0
%26

Triadic Colors of #a613bc

#a613bc #bca613 #13bca6

Analogous Colors of #a613bc

#a613bc #bc137e #5113bc

Monochromatic Colors of #a613bc

#a613bc

Complementary Color

#a613bc #29bc13

#a613bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a613bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a613bc Color CSS Codes

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

#a613bc Text Font Color

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

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


#a613bc Background Color

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

This div background color is #a613bc


#a613bc Border Color

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

This div border color is #a613bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a613bc


Comments

No comments written yet.

Please login to write comment.