Color Hex Logo

#a767ee Color Hex

#A767EE
(167,103,238)
0 Favorites   0 Comments

Color spaces of #a767ee

RGB 167103238
HSL0.750.800.67
HSV268°57°93°
CMYK 0.300.570.00   0.07
XYZ36.219224.089083.6296
Yxy24.08900.25160.1674
Hunter Lab49.080545.8339-66.6694
CIE-Lab56.176851.3894-58.7170

#a767ee color RGB value is (167,103,238).

#a767ee hex color red value is 167, green value is 103 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a767ee hue: 0.75 , saturation: 0.80 and the lightness value of a767ee is 0.67.

The process color (four color CMYK) of #a767ee color hex is 0.30, 0.57, 0.00, 0.07. Web safe color of #a767ee is #9966ff. Color #a767ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 11101110
Octal 247 147 356
Decimal 167 103 238
Hex A7 67 EE

RGB Percentages of Color #a767ee

%32.87
%20.28
%46.85

CMYK Percentages of Color #a767ee

%30
%57
%0
%7

Triadic Colors of #a767ee

#a767ee #eea767 #67eea7

Analogous Colors of #a767ee

#a767ee #eb67ee #676bee

Monochromatic Colors of #a767ee

#a767ee

Complementary Color

#a767ee #aeee67

#a767ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a767ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a767ee Color CSS Codes

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

#a767ee Text Font Color

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

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


#a767ee Background Color

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

This div background color is #a767ee


#a767ee Border Color

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

This div border color is #a767ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a767ee


Comments

No comments written yet.

Please login to write comment.