Color Hex Logo

#a67dcf Color Hex

#A67DCF
(166,125,207)
0 Favorites   0 Comments

Color spaces of #a67dcf

RGB 166125207
HSL0.750.460.65
HSV270°40°81°
CMYK 0.200.400.00   0.19
XYZ34.322027.279262.4879
Yxy27.27920.27660.2198
Hunter Lab52.229525.8976-34.3745
CIE-Lab59.231931.7778-36.4941

#a67dcf color RGB value is (166,125,207).

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

The process color (four color CMYK) of #a67dcf color hex is 0.20, 0.40, 0.00, 0.19. Web safe color of #a67dcf is #9966cc. Color #a67dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 11001111
Octal 246 175 317
Decimal 166 125 207
Hex A6 7D CF

RGB Percentages of Color #a67dcf

%33.33
%25.10
%41.57

CMYK Percentages of Color #a67dcf

%20
%40
%0
%19

Triadic Colors of #a67dcf

#a67dcf #cfa67d #7dcfa6

Analogous Colors of #a67dcf

#a67dcf #cf7dcf #7d7dcf

Monochromatic Colors of #a67dcf

#a67dcf

Complementary Color

#a67dcf #a6cf7d

#a67dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67dcf Color CSS Codes

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

#a67dcf Text Font Color

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

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


#a67dcf Background Color

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

This div background color is #a67dcf


#a67dcf Border Color

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

This div border color is #a67dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67dcf


Comments

No comments written yet.

Please login to write comment.