Color Hex Logo

#a72fdc Color Hex

#A72FDC
(167,47,220)
0 Favorites   0 Comments

Color spaces of #a72fdc

RGB 16747220
HSL0.780.710.52
HSV282°79°86°
CMYK 0.240.790.00   0.14
XYZ29.871115.415869.1113
Yxy15.41580.26110.1348
Hunter Lab39.263067.0919-76.8792
CIE-Lab46.198571.8471-64.6416

#a72fdc color RGB value is (167,47,220).

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

The process color (four color CMYK) of #a72fdc color hex is 0.24, 0.79, 0.00, 0.14. Web safe color of #a72fdc is #9933cc. Color #a72fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 11011100
Octal 247 57 334
Decimal 167 47 220
Hex A7 2F DC

RGB Percentages of Color #a72fdc

%38.48
%10.83
%50.69

CMYK Percentages of Color #a72fdc

%24
%79
%0
%14

Triadic Colors of #a72fdc

#a72fdc #dca72f #2fdca7

Analogous Colors of #a72fdc

#a72fdc #dc2fbb #502fdc

Monochromatic Colors of #a72fdc

#a72fdc

Complementary Color

#a72fdc #64dc2f

#a72fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72fdc Color CSS Codes

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

#a72fdc Text Font Color

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

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


#a72fdc Background Color

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

This div background color is #a72fdc


#a72fdc Border Color

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

This div border color is #a72fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72fdc


Comments

No comments written yet.

Please login to write comment.