Color Hex Logo

#a192ce Color Hex

#A192CE
(161,146,206)
0 Favorites   0 Comments

Color spaces of #a192ce

RGB 161146206
HSL0.710.380.69
HSV255°29°81°
CMYK 0.220.290.00   0.19
XYZ36.117432.591162.7796
Yxy32.59110.27470.2479
Hunter Lab57.088613.0238-25.2384
CIE-Lab63.828418.0682-28.8272

#a192ce color RGB value is (161,146,206).

#a192ce hex color red value is 161, green value is 146 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a192ce hue: 0.71 , saturation: 0.38 and the lightness value of a192ce is 0.69.

The process color (four color CMYK) of #a192ce color hex is 0.22, 0.29, 0.00, 0.19. Web safe color of #a192ce is #9999cc. Color #a192ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010010 11001110
Octal 241 222 316
Decimal 161 146 206
Hex A1 92 CE

RGB Percentages of Color #a192ce

%31.38
%28.46
%40.16

CMYK Percentages of Color #a192ce

%22
%29
%0
%19

Triadic Colors of #a192ce

#a192ce #cea192 #92cea1

Analogous Colors of #a192ce

#a192ce #bf92ce #92a1ce

Monochromatic Colors of #a192ce

#a192ce

Complementary Color

#a192ce #bfce92

#a192ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a192ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a192ce Color CSS Codes

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

#a192ce Text Font Color

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

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


#a192ce Background Color

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

This div background color is #a192ce


#a192ce Border Color

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

This div border color is #a192ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,146,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a192ce


Comments

No comments written yet.

Please login to write comment.