Color Hex Logo

#a72ebd Color Hex

#A72EBD
(167,46,189)
0 Favorites   0 Comments

Color spaces of #a72ebd

RGB 16746189
HSL0.810.610.46
HSV291°76°74°
CMYK 0.120.760.00   0.26
XYZ26.098713.843649.4406
Yxy13.84360.29200.1549
Hunter Lab37.207060.0959-52.7396
CIE-Lab44.007866.3308-50.2609

#a72ebd color RGB value is (167,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101110 10111101
Octal 247 56 275
Decimal 167 46 189
Hex A7 2E BD

RGB Percentages of Color #a72ebd

%41.54
%11.44
%47.01

CMYK Percentages of Color #a72ebd

%12
%76
%0
%26

Triadic Colors of #a72ebd

#a72ebd #bda72e #2ebda7

Analogous Colors of #a72ebd

#a72ebd #bd2e8c #5f2ebd

Monochromatic Colors of #a72ebd

#a72ebd

Complementary Color

#a72ebd #44bd2e

#a72ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72ebd Color CSS Codes

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

#a72ebd Text Font Color

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

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


#a72ebd Background Color

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

This div background color is #a72ebd


#a72ebd Border Color

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

This div border color is #a72ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72ebd


Comments

No comments written yet.

Please login to write comment.