Color Hex Logo

#a72edb Color Hex

#A72EDB
(167,46,219)
0 Favorites   0 Comments

Color spaces of #a72edb

RGB 16746219
HSL0.780.710.52
HSV282°79°86°
CMYK 0.240.790.00   0.14
XYZ29.699515.284068.4026
Yxy15.28400.26190.1348
Hunter Lab39.094867.1870-76.3711
CIE-Lab46.020771.9612-64.3585

#a72edb color RGB value is (167,46,219).

#a72edb hex color red value is 167, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a72edb hue: 0.78 , saturation: 0.71 and the lightness value of a72edb is 0.52.

The process color (four color CMYK) of #a72edb color hex is 0.24, 0.79, 0.00, 0.14. Web safe color of #a72edb is #9933cc. Color #a72edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101110 11011011
Octal 247 56 333
Decimal 167 46 219
Hex A7 2E DB

RGB Percentages of Color #a72edb

%38.66
%10.65
%50.69

CMYK Percentages of Color #a72edb

%24
%79
%0
%14

Triadic Colors of #a72edb

#a72edb #dba72e #2edba7

Analogous Colors of #a72edb

#a72edb #db2eb9 #502edb

Monochromatic Colors of #a72edb

#a72edb

Complementary Color

#a72edb #62db2e

#a72edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72edb Color CSS Codes

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

#a72edb Text Font Color

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

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


#a72edb Background Color

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

This div background color is #a72edb


#a72edb Border Color

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

This div border color is #a72edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72edb


Comments

No comments written yet.

Please login to write comment.