Color Hex Logo

#a72fcb Color Hex

#A72FCB
(167,47,203)
0 Favorites   0 Comments

Color spaces of #a72fcb

RGB 16747203
HSL0.790.620.49
HSV286°77°80°
CMYK 0.180.770.00   0.20
XYZ27.732414.560357.8487
Yxy14.56030.27690.1454
Hunter Lab38.158062.9536-63.1750
CIE-Lab45.026068.5864-56.7677

#a72fcb color RGB value is (167,47,203).

#a72fcb hex color red value is 167, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a72fcb hue: 0.79 , saturation: 0.62 and the lightness value of a72fcb is 0.49.

The process color (four color CMYK) of #a72fcb color hex is 0.18, 0.77, 0.00, 0.20. Web safe color of #a72fcb is #9933cc. Color #a72fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101111 11001011
Octal 247 57 313
Decimal 167 47 203
Hex A7 2F CB

RGB Percentages of Color #a72fcb

%40.05
%11.27
%48.68

CMYK Percentages of Color #a72fcb

%18
%77
%0
%20

Triadic Colors of #a72fcb

#a72fcb #cba72f #2fcba7

Analogous Colors of #a72fcb

#a72fcb #cb2fa1 #592fcb

Monochromatic Colors of #a72fcb

#a72fcb

Complementary Color

#a72fcb #53cb2f

#a72fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72fcb Color CSS Codes

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

#a72fcb Text Font Color

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

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


#a72fcb Background Color

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

This div background color is #a72fcb


#a72fcb Border Color

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

This div border color is #a72fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72fcb


Comments

No comments written yet.

Please login to write comment.