Color Hex Logo

#a769fe Color Hex

#A769FE
(167,105,254)
0 Favorites   0 Comments

Color spaces of #a769fe

RGB 167105254
HSL0.740.990.70
HSV265°59°100°
CMYK 0.340.590.00   0.00
XYZ38.877325.474496.6339
Yxy25.47440.24150.1582
Hunter Lab50.472249.1673-78.1860
CIE-Lab57.534854.1954-65.4158

#a769fe color RGB value is (167,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101001 11111110
Octal 247 151 376
Decimal 167 105 254
Hex A7 69 FE

RGB Percentages of Color #a769fe

%31.75
%19.96
%48.29

CMYK Percentages of Color #a769fe

%34
%59
%0
%0

Triadic Colors of #a769fe

#a769fe #fea769 #69fea7

Analogous Colors of #a769fe

#a769fe #f269fe #6976fe

Monochromatic Colors of #a769fe

#a769fe

Complementary Color

#a769fe #c0fe69

#a769fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a769fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a769fe Color CSS Codes

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

#a769fe Text Font Color

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

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


#a769fe Background Color

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

This div background color is #a769fe


#a769fe Border Color

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

This div border color is #a769fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a769fe


Comments

No comments written yet.

Please login to write comment.