Color Hex Logo

#a61ecf Color Hex

#A61ECF
(166,30,207)
0 Favorites   0 Comments

Color spaces of #a61ecf

RGB 16630207
HSL0.790.750.46
HSV286°86°81°
CMYK 0.200.860.00   0.19
XYZ27.452613.540560.1982
Yxy13.54050.27130.1338
Hunter Lab36.797468.7739-71.2364
CIE-Lab43.566673.7577-61.4478

#a61ecf color RGB value is (166,30,207).

#a61ecf hex color red value is 166, green value is 30 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a61ecf hue: 0.79 , saturation: 0.75 and the lightness value of a61ecf is 0.46.

The process color (four color CMYK) of #a61ecf color hex is 0.20, 0.86, 0.00, 0.19. Web safe color of #a61ecf is #9933cc. Color #a61ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011110 11001111
Octal 246 36 317
Decimal 166 30 207
Hex A6 1E CF

RGB Percentages of Color #a61ecf

%41.19
%7.44
%51.36

CMYK Percentages of Color #a61ecf

%20
%86
%0
%19

Triadic Colors of #a61ecf

#a61ecf #cfa61e #1ecfa6

Analogous Colors of #a61ecf

#a61ecf #cf1ea0 #4d1ecf

Monochromatic Colors of #a61ecf

#a61ecf

Complementary Color

#a61ecf #47cf1e

#a61ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61ecf Color CSS Codes

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

#a61ecf Text Font Color

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

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


#a61ecf Background Color

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

This div background color is #a61ecf


#a61ecf Border Color

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

This div border color is #a61ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61ecf


Comments

No comments written yet.

Please login to write comment.