color codes Logo

#a61dcf color codes

#A61DCF
(166,29,207)
0 Favorites   0 Comments

Color spaces of #a61dcf

RGB 16629207
HSL0.790.750.46
HSV286°86°81°
CMYK 0.200.860.00   0.19
XYZ27.427713.490760.1898
Yxy13.49070.27130.1334
Hunter Lab36.729769.0170-71.4491
CIE-Lab43.493573.9729-61.5662

#a61dcf color RGB value is (166,29,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 11001111
Octal 246 35 317
Decimal 166 29 207
Hex A6 1D CF

RGB Percentages of Color #a61dcf

%41.29
%7.21
%51.49

CMYK Percentages of Color #a61dcf

%20
%86
%0
%19

Triadic Colors of #a61dcf

#a61dcf #cfa61d #1dcfa6

Analogous Colors of #a61dcf

#a61dcf #cf1d9f #4d1dcf

Monochromatic Colors of #a61dcf

#a61dcf

Complementary Color

#a61dcf #46cf1d

#a61dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61dcf Color CSS Codes

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

#a61dcf Text Font Color

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

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


#a61dcf Background Color

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

This div background color is #a61dcf


#a61dcf Border Color

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

This div border color is #a61dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61dcf


Comments

No comments written yet.

Please login to write comment.