Color Hex Logo

#a765fe Color Hex

#A765FE
(167,101,254)
0 Favorites   0 Comments

Color spaces of #a765fe

RGB 167101254
HSL0.740.990.70
HSV266°60°100°
CMYK 0.340.600.00   0.00
XYZ38.479424.678696.5013
Yxy24.67860.24100.1546
Hunter Lab49.677651.3274-80.3997
CIE-Lab56.760956.2603-66.6621

#a765fe color RGB value is (167,101,254).

#a765fe hex color red value is 167, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a765fe hue: 0.74 , saturation: 0.99 and the lightness value of a765fe is 0.70.

The process color (four color CMYK) of #a765fe color hex is 0.34, 0.60, 0.00, 0.00. Web safe color of #a765fe is #9966ff. Color #a765fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 11111110
Octal 247 145 376
Decimal 167 101 254
Hex A7 65 FE

RGB Percentages of Color #a765fe

%31.99
%19.35
%48.66

CMYK Percentages of Color #a765fe

%34
%60
%0
%0

Triadic Colors of #a765fe

#a765fe #fea765 #65fea7

Analogous Colors of #a765fe

#a765fe #f465fe #6570fe

Monochromatic Colors of #a765fe

#a765fe

Complementary Color

#a765fe #bcfe65

#a765fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a765fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a765fe Color CSS Codes

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

#a765fe Text Font Color

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

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


#a765fe Background Color

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

This div background color is #a765fe


#a765fe Border Color

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

This div border color is #a765fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,101,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a765fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a765fe;
  -webkit-box-shadow: 1px 1px 3px 2px #a765fe;
  box-shadow:         1px 1px 3px 2px #a765fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,101,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a765fe

Related Colors


Comments

No comments written yet.

Please login to write comment.