Color Hex Logo

#a942bc Color Hex

#A942BC
(169,66,188)
0 Favorites   0 Comments

Color spaces of #a942bc

RGB 16966188
HSL0.810.480.50
HSV291°65°74°
CMYK 0.100.650.00   0.26
XYZ27.387515.962349.2145
Yxy15.96230.29590.1724
Hunter Lab39.952852.4435-45.0673
CIE-Lab46.925059.0205-44.9966

#a942bc color RGB value is (169,66,188).

#a942bc hex color red value is 169, green value is 66 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a942bc hue: 0.81 , saturation: 0.48 and the lightness value of a942bc is 0.50.

The process color (four color CMYK) of #a942bc color hex is 0.10, 0.65, 0.00, 0.26. Web safe color of #a942bc is #9933cc. Color #a942bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 10111100
Octal 251 102 274
Decimal 169 66 188
Hex A9 42 BC

RGB Percentages of Color #a942bc

%39.95
%15.60
%44.44

CMYK Percentages of Color #a942bc

%10
%65
%0
%26

Triadic Colors of #a942bc

#a942bc #bca942 #42bca9

Analogous Colors of #a942bc

#a942bc #bc4292 #6c42bc

Monochromatic Colors of #a942bc

#a942bc

Complementary Color

#a942bc #55bc42

#a942bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942bc Color CSS Codes

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

#a942bc Text Font Color

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

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


#a942bc Background Color

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

This div background color is #a942bc


#a942bc Border Color

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

This div border color is #a942bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942bc


Comments

No comments written yet.

Please login to write comment.