Color Hex Logo

#a61cbe Color Hex

#A61CBE
(166,28,190)
0 Favorites   0 Comments

Color spaces of #a61cbe

RGB 16628190
HSL0.810.740.43
HSV291°85°75°
CMYK 0.130.850.00   0.25
XYZ25.435412.655249.8173
Yxy12.65520.28930.1440
Hunter Lab35.574165.3722-58.1266
CIE-Lab42.239171.1779-53.6999

#a61cbe color RGB value is (166,28,190).

#a61cbe hex color red value is 166, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a61cbe hue: 0.81 , saturation: 0.74 and the lightness value of a61cbe is 0.43.

The process color (four color CMYK) of #a61cbe color hex is 0.13, 0.85, 0.00, 0.25. Web safe color of #a61cbe is #9933cc. Color #a61cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011100 10111110
Octal 246 34 276
Decimal 166 28 190
Hex A6 1C BE

RGB Percentages of Color #a61cbe

%43.23
%7.29
%49.48

CMYK Percentages of Color #a61cbe

%13
%85
%0
%25

Triadic Colors of #a61cbe

#a61cbe #bea61c #1cbea6

Analogous Colors of #a61cbe

#a61cbe #be1c85 #551cbe

Monochromatic Colors of #a61cbe

#a61cbe

Complementary Color

#a61cbe #34be1c

#a61cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61cbe Color CSS Codes

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

#a61cbe Text Font Color

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

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


#a61cbe Background Color

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

This div background color is #a61cbe


#a61cbe Border Color

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

This div border color is #a61cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,28,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61cbe


Comments

No comments written yet.

Please login to write comment.