Color Hex Logo

#a65bcf Color Hex

#A65BCF
(166,91,207)
0 Favorites   0 Comments

Color spaces of #a65bcf

RGB 16691207
HSL0.770.550.58
HSV279°56°81°
CMYK 0.200.560.00   0.19
XYZ30.729520.094261.2904
Yxy20.09420.27410.1792
Hunter Lab44.826643.9189-49.6874
CIE-Lab51.943550.3097-47.9916

#a65bcf color RGB value is (166,91,207).

#a65bcf hex color red value is 166, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a65bcf hue: 0.77 , saturation: 0.55 and the lightness value of a65bcf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011011 11001111
Octal 246 133 317
Decimal 166 91 207
Hex A6 5B CF

RGB Percentages of Color #a65bcf

%35.78
%19.61
%44.61

CMYK Percentages of Color #a65bcf

%20
%56
%0
%19

Triadic Colors of #a65bcf

#a65bcf #cfa65b #5bcfa6

Analogous Colors of #a65bcf

#a65bcf #cf5bbe #6c5bcf

Monochromatic Colors of #a65bcf

#a65bcf

Complementary Color

#a65bcf #84cf5b

#a65bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65bcf Color CSS Codes

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

#a65bcf Text Font Color

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

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


#a65bcf Background Color

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

This div background color is #a65bcf


#a65bcf Border Color

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

This div border color is #a65bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65bcf


Comments

No comments written yet.

Please login to write comment.