Color Hex Logo

#a65fcd Color Hex

#A65FCD
(166,95,205)
0 Favorites   0 Comments

Color spaces of #a65fcd

RGB 16695205
HSL0.770.520.59
HSV279°54°80°
CMYK 0.190.540.00   0.20
XYZ30.837520.699260.1276
Yxy20.69920.27620.1854
Hunter Lab45.496441.3689-46.5097
CIE-Lab52.618747.8011-45.7765

#a65fcd color RGB value is (166,95,205).

#a65fcd hex color red value is 166, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a65fcd hue: 0.77 , saturation: 0.52 and the lightness value of a65fcd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 11001101
Octal 246 137 315
Decimal 166 95 205
Hex A6 5F CD

RGB Percentages of Color #a65fcd

%35.62
%20.39
%43.99

CMYK Percentages of Color #a65fcd

%19
%54
%0
%20

Triadic Colors of #a65fcd

#a65fcd #cda65f #5fcda6

Analogous Colors of #a65fcd

#a65fcd #cd5fbd #6f5fcd

Monochromatic Colors of #a65fcd

#a65fcd

Complementary Color

#a65fcd #86cd5f

#a65fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65fcd Color CSS Codes

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

#a65fcd Text Font Color

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

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


#a65fcd Background Color

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

This div background color is #a65fcd


#a65fcd Border Color

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

This div border color is #a65fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65fcd


Comments

No comments written yet.

Please login to write comment.