Color Hex Logo

#a726ee Color Hex

#A726EE
(167,38,238)
0 Favorites   0 Comments

Color spaces of #a726ee

RGB 16738238
HSL0.770.850.54
HSV279°84°93°
CMYK 0.300.840.00   0.07
XYZ32.062115.774882.2439
Yxy15.77480.24650.1213
Hunter Lab39.717574.5892-94.9708
CIE-Lab46.677677.8981-74.0776

#a726ee color RGB value is (167,38,238).

#a726ee hex color red value is 167, green value is 38 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a726ee hue: 0.77 , saturation: 0.85 and the lightness value of a726ee is 0.54.

The process color (four color CMYK) of #a726ee color hex is 0.30, 0.84, 0.00, 0.07. Web safe color of #a726ee is #9933ff. Color #a726ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100110 11101110
Octal 247 46 356
Decimal 167 38 238
Hex A7 26 EE

RGB Percentages of Color #a726ee

%37.70
%8.58
%53.72

CMYK Percentages of Color #a726ee

%30
%84
%0
%7

Triadic Colors of #a726ee

#a726ee #eea726 #26eea7

Analogous Colors of #a726ee

#a726ee #ee26d1 #4326ee

Monochromatic Colors of #a726ee

#a726ee

Complementary Color

#a726ee #6dee26

#a726ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a726ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a726ee Color CSS Codes

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

#a726ee Text Font Color

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

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


#a726ee Background Color

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

This div background color is #a726ee


#a726ee Border Color

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

This div border color is #a726ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a726ee


Comments

No comments written yet.

Please login to write comment.