Color Hex Logo

#a72dda Color Hex

#A72DDA
(167,45,218)
0 Favorites   0 Comments

Color spaces of #a72dda

RGB 16745218
HSL0.780.700.52
HSV282°79°85°
CMYK 0.230.790.00   0.15
XYZ29.529615.154267.6983
Yxy15.15420.26280.1348
Hunter Lab38.928467.2786-75.8582
CIE-Lab45.844772.0719-64.0722

#a72dda color RGB value is (167,45,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 11011010
Octal 247 55 332
Decimal 167 45 218
Hex A7 2D DA

RGB Percentages of Color #a72dda

%38.84
%10.47
%50.70

CMYK Percentages of Color #a72dda

%23
%79
%0
%15

Triadic Colors of #a72dda

#a72dda #daa72d #2ddaa7

Analogous Colors of #a72dda

#a72dda #da2db7 #502dda

Monochromatic Colors of #a72dda

#a72dda

Complementary Color

#a72dda #60da2d

#a72dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72dda Color CSS Codes

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

#a72dda Text Font Color

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

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


#a72dda Background Color

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

This div background color is #a72dda


#a72dda Border Color

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

This div border color is #a72dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72dda


Comments

No comments written yet.

Please login to write comment.