Color Hex Logo

#a65fca Color Hex

#A65FCA
(166,95,202)
0 Favorites   0 Comments

Color spaces of #a65fca

RGB 16695202
HSL0.780.500.58
HSV280°53°79°
CMYK 0.180.530.00   0.21
XYZ30.478820.555758.2383
Yxy20.55570.27890.1881
Hunter Lab45.338440.6547-44.4226
CIE-Lab52.459847.1488-44.3136

#a65fca color RGB value is (166,95,202).

#a65fca hex color red value is 166, green value is 95 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a65fca hue: 0.78 , saturation: 0.50 and the lightness value of a65fca is 0.58.

The process color (four color CMYK) of #a65fca color hex is 0.18, 0.53, 0.00, 0.21. Web safe color of #a65fca is #9966cc. Color #a65fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011111 11001010
Octal 246 137 312
Decimal 166 95 202
Hex A6 5F CA

RGB Percentages of Color #a65fca

%35.85
%20.52
%43.63

CMYK Percentages of Color #a65fca

%18
%53
%0
%21

Triadic Colors of #a65fca

#a65fca #caa65f #5fcaa6

Analogous Colors of #a65fca

#a65fca #ca5fb9 #715fca

Monochromatic Colors of #a65fca

#a65fca

Complementary Color

#a65fca #83ca5f

#a65fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65fca Color CSS Codes

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

#a65fca Text Font Color

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

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


#a65fca Background Color

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

This div background color is #a65fca


#a65fca Border Color

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

This div border color is #a65fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65fca


Comments

No comments written yet.

Please login to write comment.