Color Hex Logo

#a61cbf Color Hex

#A61CBF
(166,28,191)
0 Favorites   0 Comments

Color spaces of #a61cbf

RGB 16628191
HSL0.810.740.43
HSV291°85°75°
CMYK 0.130.850.00   0.25
XYZ25.545112.699150.3950
Yxy12.69910.28820.1433
Hunter Lab35.635865.5930-58.9010
CIE-Lab42.306371.3505-54.1774

#a61cbf color RGB value is (166,28,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011100 10111111
Octal 246 34 277
Decimal 166 28 191
Hex A6 1C BF

RGB Percentages of Color #a61cbf

%43.12
%7.27
%49.61

CMYK Percentages of Color #a61cbf

%13
%85
%0
%25

Triadic Colors of #a61cbf

#a61cbf #bfa61c #1cbfa6

Analogous Colors of #a61cbf

#a61cbf #bf1c87 #551cbf

Monochromatic Colors of #a61cbf

#a61cbf

Complementary Color

#a61cbf #35bf1c

#a61cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61cbf Color CSS Codes

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

#a61cbf Text Font Color

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

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


#a61cbf Background Color

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

This div background color is #a61cbf


#a61cbf Border Color

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

This div border color is #a61cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61cbf


Comments

No comments written yet.

Please login to write comment.