Color Hex Logo

#a190cc Color Hex

#A190CC
(161,144,204)
0 Favorites   0 Comments

Color spaces of #a190cc

RGB 161144204
HSL0.710.370.68
HSV257°29°80°
CMYK 0.210.290.00   0.20
XYZ35.570331.883261.4061
Yxy31.88320.27600.2474
Hunter Lab56.465213.6321-24.9524
CIE-Lab63.246218.7398-28.6080

#a190cc color RGB value is (161,144,204).

#a190cc hex color red value is 161, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a190cc hue: 0.71 , saturation: 0.37 and the lightness value of a190cc is 0.68.

The process color (four color CMYK) of #a190cc color hex is 0.21, 0.29, 0.00, 0.20. Web safe color of #a190cc is #9999cc. Color #a190cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010000 11001100
Octal 241 220 314
Decimal 161 144 204
Hex A1 90 CC

RGB Percentages of Color #a190cc

%31.63
%28.29
%40.08

CMYK Percentages of Color #a190cc

%21
%29
%0
%20

Triadic Colors of #a190cc

#a190cc #cca190 #90cca1

Analogous Colors of #a190cc

#a190cc #bf90cc #909dcc

Monochromatic Colors of #a190cc

#a190cc

Complementary Color

#a190cc #bbcc90

#a190cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a190cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a190cc Color CSS Codes

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

#a190cc Text Font Color

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

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


#a190cc Background Color

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

This div background color is #a190cc


#a190cc Border Color

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

This div border color is #a190cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a190cc


Comments

No comments written yet.

Please login to write comment.