Color Hex Logo

#a65cdf Color Hex

#A65CDF
(166,92,223)
0 Favorites   0 Comments

Color spaces of #a65cdf

RGB 16692223
HSL0.760.670.62
HSV274°59°87°
CMYK 0.260.590.00   0.13
XYZ32.872321.089072.1501
Yxy21.08900.26070.1672
Hunter Lab45.922847.4085-61.0057
CIE-Lab53.046853.3524-55.3174

#a65cdf color RGB value is (166,92,223).

#a65cdf hex color red value is 166, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a65cdf hue: 0.76 , saturation: 0.67 and the lightness value of a65cdf is 0.62.

The process color (four color CMYK) of #a65cdf color hex is 0.26, 0.59, 0.00, 0.13. Web safe color of #a65cdf is #9966cc. Color #a65cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011100 11011111
Octal 246 134 337
Decimal 166 92 223
Hex A6 5C DF

RGB Percentages of Color #a65cdf

%34.51
%19.13
%46.36

CMYK Percentages of Color #a65cdf

%26
%59
%0
%13

Triadic Colors of #a65cdf

#a65cdf #dfa65c #5cdfa6

Analogous Colors of #a65cdf

#a65cdf #df5cd7 #655cdf

Monochromatic Colors of #a65cdf

#a65cdf

Complementary Color

#a65cdf #95df5c

#a65cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65cdf Color CSS Codes

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

#a65cdf Text Font Color

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

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


#a65cdf Background Color

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

This div background color is #a65cdf


#a65cdf Border Color

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

This div border color is #a65cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65cdf


Comments

No comments written yet.

Please login to write comment.