Color Hex Logo

#a61dbf Color Hex

#A61DBF
(166,29,191)
0 Favorites   0 Comments

Color spaces of #a61dbf

RGB 16629191
HSL0.810.740.43
HSV291°85°75°
CMYK 0.130.850.00   0.25
XYZ25.569212.747350.4030
Yxy12.74730.28820.1437
Hunter Lab35.703465.3531-58.7083
CIE-Lab42.380071.1344-54.0585

#a61dbf color RGB value is (166,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 10111111
Octal 246 35 277
Decimal 166 29 191
Hex A6 1D BF

RGB Percentages of Color #a61dbf

%43.01
%7.51
%49.48

CMYK Percentages of Color #a61dbf

%13
%85
%0
%25

Triadic Colors of #a61dbf

#a61dbf #bfa61d #1dbfa6

Analogous Colors of #a61dbf

#a61dbf #bf1d87 #551dbf

Monochromatic Colors of #a61dbf

#a61dbf

Complementary Color

#a61dbf #36bf1d

#a61dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61dbf Color CSS Codes

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

#a61dbf Text Font Color

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

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


#a61dbf Background Color

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

This div background color is #a61dbf


#a61dbf Border Color

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

This div border color is #a61dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61dbf


Comments

No comments written yet.

Please login to write comment.