Color Hex Logo

#a728da Color Hex

#A728DA
(167,40,218)
0 Favorites   0 Comments

Color spaces of #a728da

RGB 16740218
HSL0.790.710.51
HSV283°82°85°
CMYK 0.230.820.00   0.15
XYZ29.350014.795067.6385
Yxy14.79500.26260.1324
Hunter Lab38.464368.8912-77.3351
CIE-Lab45.352173.5070-64.8711

#a728da color RGB value is (167,40,218).

#a728da hex color red value is 167, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a728da hue: 0.79 , saturation: 0.71 and the lightness value of a728da is 0.51.

The process color (four color CMYK) of #a728da color hex is 0.23, 0.82, 0.00, 0.15. Web safe color of #a728da is #9933cc. Color #a728da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 11011010
Octal 247 50 332
Decimal 167 40 218
Hex A7 28 DA

RGB Percentages of Color #a728da

%39.29
%9.41
%51.29

CMYK Percentages of Color #a728da

%23
%82
%0
%15

Triadic Colors of #a728da

#a728da #daa728 #28daa7

Analogous Colors of #a728da

#a728da #da28b4 #4e28da

Monochromatic Colors of #a728da

#a728da

Complementary Color

#a728da #5bda28

#a728da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a728da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a728da Color CSS Codes

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

#a728da Text Font Color

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

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


#a728da Background Color

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

This div background color is #a728da


#a728da Border Color

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

This div border color is #a728da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a728da


Comments

No comments written yet.

Please login to write comment.