Color Hex Logo

#a673cf Color Hex

#A673CF
(166,115,207)
0 Favorites   0 Comments

Color spaces of #a673cf

RGB 166115207
HSL0.760.490.63
HSV273°44°81°
CMYK 0.200.440.00   0.19
XYZ33.119124.873562.0870
Yxy24.87350.27580.2071
Hunter Lab49.873331.2571-38.8984
CIE-Lab56.952037.3958-40.0687

#a673cf color RGB value is (166,115,207).

#a673cf hex color red value is 166, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a673cf hue: 0.76 , saturation: 0.49 and the lightness value of a673cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 11001111
Octal 246 163 317
Decimal 166 115 207
Hex A6 73 CF

RGB Percentages of Color #a673cf

%34.02
%23.57
%42.42

CMYK Percentages of Color #a673cf

%20
%44
%0
%19

Triadic Colors of #a673cf

#a673cf #cfa673 #73cfa6

Analogous Colors of #a673cf

#a673cf #cf73ca #7873cf

Monochromatic Colors of #a673cf

#a673cf

Complementary Color

#a673cf #9ccf73

#a673cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a673cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a673cf Color CSS Codes

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

#a673cf Text Font Color

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

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


#a673cf Background Color

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

This div background color is #a673cf


#a673cf Border Color

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

This div border color is #a673cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a673cf


Comments

No comments written yet.

Please login to write comment.