Color Hex Logo

#a90cbc Color Hex

#A90CBC
(169,12,188)
0 Favorites   0 Comments

Color spaces of #a90cbc

RGB 16912188
HSL0.820.880.39
HSV294°94°74°
CMYK 0.100.940.00   0.26
XYZ25.570812.328848.6089
Yxy12.32880.29560.1425
Hunter Lab35.112468.5470-57.5012
CIE-Lab41.734073.9256-53.3144

#a90cbc color RGB value is (169,12,188).

#a90cbc hex color red value is 169, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a90cbc hue: 0.82 , saturation: 0.88 and the lightness value of a90cbc is 0.39.

The process color (four color CMYK) of #a90cbc color hex is 0.10, 0.94, 0.00, 0.26. Web safe color of #a90cbc is #9900cc. Color #a90cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001100 10111100
Octal 251 14 274
Decimal 169 12 188
Hex A9 C BC

RGB Percentages of Color #a90cbc

%45.80
%3.25
%50.95

CMYK Percentages of Color #a90cbc

%10
%94
%0
%26

Triadic Colors of #a90cbc

#a90cbc #bca90c #0cbca9

Analogous Colors of #a90cbc

#a90cbc #bc0c77 #510cbc

Monochromatic Colors of #a90cbc

#a90cbc

Complementary Color

#a90cbc #1fbc0c

#a90cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90cbc Color CSS Codes

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

#a90cbc Text Font Color

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

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


#a90cbc Background Color

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

This div background color is #a90cbc


#a90cbc Border Color

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

This div border color is #a90cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,12,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a90cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a90cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a90cbc;
  box-shadow:         1px 1px 3px 2px #a90cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,12,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90cbc


Comments

No comments written yet.

Please login to write comment.