Color Hex Logo

#a72dfd Color Hex

#A72DFD
(167,45,253)
0 Favorites   0 Comments

Color spaces of #a72dfd

RGB 16745253
HSL0.760.980.58
HSV275°82°99°
CMYK 0.340.820.00   0.01
XYZ34.604417.184194.4215
Yxy17.18410.23670.1175
Hunter Lab41.453776.4628-106.0307
CIE-Lab48.491279.0477-79.5301

#a72dfd color RGB value is (167,45,253).

#a72dfd hex color red value is 167, green value is 45 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a72dfd hue: 0.76 , saturation: 0.98 and the lightness value of a72dfd is 0.58.

The process color (four color CMYK) of #a72dfd color hex is 0.34, 0.82, 0.00, 0.01. Web safe color of #a72dfd is #9933ff. Color #a72dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101101 11111101
Octal 247 55 375
Decimal 167 45 253
Hex A7 2D FD

RGB Percentages of Color #a72dfd

%35.91
%9.68
%54.41

CMYK Percentages of Color #a72dfd

%34
%82
%0
%1

Triadic Colors of #a72dfd

#a72dfd #fda72d #2dfda7

Analogous Colors of #a72dfd

#a72dfd #fd2deb #3f2dfd

Monochromatic Colors of #a72dfd

#a72dfd

Complementary Color

#a72dfd #83fd2d

#a72dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72dfd Color CSS Codes

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

#a72dfd Text Font Color

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

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


#a72dfd Background Color

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

This div background color is #a72dfd


#a72dfd Border Color

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

This div border color is #a72dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72dfd


Comments

No comments written yet.

Please login to write comment.