Color Hex Logo

#a675dc Color Hex

#A675DC
(166,117,220)
0 Favorites   0 Comments

Color spaces of #a675dc

RGB 166117220
HSL0.750.600.66
HSV269°47°86°
CMYK 0.250.470.00   0.14
XYZ35.005425.996970.8831
Yxy25.99690.26540.1971
Hunter Lab50.987233.3222-46.7348
CIE-Lab58.034139.2882-45.6918

#a675dc color RGB value is (166,117,220).

#a675dc hex color red value is 166, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a675dc hue: 0.75 , saturation: 0.60 and the lightness value of a675dc is 0.66.

The process color (four color CMYK) of #a675dc color hex is 0.25, 0.47, 0.00, 0.14. Web safe color of #a675dc is #9966cc. Color #a675dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11011100
Octal 246 165 334
Decimal 166 117 220
Hex A6 75 DC

RGB Percentages of Color #a675dc

%33.00
%23.26
%43.74

CMYK Percentages of Color #a675dc

%25
%47
%0
%14

Triadic Colors of #a675dc

#a675dc #dca675 #75dca6

Analogous Colors of #a675dc

#a675dc #da75dc #7578dc

Monochromatic Colors of #a675dc

#a675dc

Complementary Color

#a675dc #abdc75

#a675dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675dc Color CSS Codes

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

#a675dc Text Font Color

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

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


#a675dc Background Color

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

This div background color is #a675dc


#a675dc Border Color

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

This div border color is #a675dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675dc


Comments

No comments written yet.

Please login to write comment.