Color Hex Logo

#a72ebe Color Hex

#A72EBE
(167,46,190)
0 Favorites   0 Comments

Color spaces of #a72ebe

RGB 16746190
HSL0.810.610.46
HSV290°76°75°
CMYK 0.120.760.00   0.25
XYZ26.207613.887250.0144
Yxy13.88720.29080.1541
Hunter Lab37.265560.3184-53.4878
CIE-Lab44.070766.5110-50.7448

#a72ebe color RGB value is (167,46,190).

#a72ebe hex color red value is 167, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a72ebe hue: 0.81 , saturation: 0.61 and the lightness value of a72ebe is 0.46.

The process color (four color CMYK) of #a72ebe color hex is 0.12, 0.76, 0.00, 0.25. Web safe color of #a72ebe is #9933cc. Color #a72ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101110 10111110
Octal 247 56 276
Decimal 167 46 190
Hex A7 2E BE

RGB Percentages of Color #a72ebe

%41.44
%11.41
%47.15

CMYK Percentages of Color #a72ebe

%12
%76
%0
%25

Triadic Colors of #a72ebe

#a72ebe #bea72e #2ebea7

Analogous Colors of #a72ebe

#a72ebe #be2e8d #5f2ebe

Monochromatic Colors of #a72ebe

#a72ebe

Complementary Color

#a72ebe #45be2e

#a72ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72ebe Color CSS Codes

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

#a72ebe Text Font Color

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

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


#a72ebe Background Color

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

This div background color is #a72ebe


#a72ebe Border Color

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

This div border color is #a72ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72ebe


Comments

No comments written yet.

Please login to write comment.