Color Hex Logo

#a675cd Color Hex

#A675CD
(166,117,205)
0 Favorites   0 Comments

Color spaces of #a675cd

RGB 166117205
HSL0.760.470.63
HSV273°43°80°
CMYK 0.190.430.00   0.20
XYZ33.106625.237360.8840
Yxy25.23730.27770.2117
Hunter Lab50.236729.7193-36.6903
CIE-Lab57.305935.8259-38.3803

#a675cd color RGB value is (166,117,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11001101
Octal 246 165 315
Decimal 166 117 205
Hex A6 75 CD

RGB Percentages of Color #a675cd

%34.02
%23.98
%42.01

CMYK Percentages of Color #a675cd

%19
%43
%0
%20

Triadic Colors of #a675cd

#a675cd #cda675 #75cda6

Analogous Colors of #a675cd

#a675cd #cd75c8 #7a75cd

Monochromatic Colors of #a675cd

#a675cd

Complementary Color

#a675cd #9ccd75

#a675cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675cd Color CSS Codes

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

#a675cd Text Font Color

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

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


#a675cd Background Color

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

This div background color is #a675cd


#a675cd Border Color

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

This div border color is #a675cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675cd


Comments

No comments written yet.

Please login to write comment.