Color Hex Logo

#a792dc Color Hex

#A792DC
(167,146,220)
0 Favorites   0 Comments

Color spaces of #a792dc

RGB 167146220
HSL0.710.510.72
HSV257°34°86°
CMYK 0.240.340.00   0.14
XYZ39.133533.940672.1988
Yxy33.94060.26940.2336
Hunter Lab58.258617.9497-32.6961
CIE-Lab64.915423.1958-34.8934

#a792dc color RGB value is (167,146,220).

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

The process color (four color CMYK) of #a792dc color hex is 0.24, 0.34, 0.00, 0.14. Web safe color of #a792dc is #9999cc. Color #a792dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010010 11011100
Octal 247 222 334
Decimal 167 146 220
Hex A7 92 DC

RGB Percentages of Color #a792dc

%31.33
%27.39
%41.28

CMYK Percentages of Color #a792dc

%24
%34
%0
%14

Triadic Colors of #a792dc

#a792dc #dca792 #92dca7

Analogous Colors of #a792dc

#a792dc #cc92dc #92a2dc

Monochromatic Colors of #a792dc

#a792dc

Complementary Color

#a792dc #c7dc92

#a792dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a792dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a792dc Color CSS Codes

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

#a792dc Text Font Color

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

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


#a792dc Background Color

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

This div background color is #a792dc


#a792dc Border Color

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

This div border color is #a792dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a792dc


Comments

No comments written yet.

Please login to write comment.