Color Hex Logo

#a274cc Color Hex

#A274CC
(162,116,204)
0 Favorites   0 Comments

Color spaces of #a274cc

RGB 162116204
HSL0.750.460.63
HSV271°43°80°
CMYK 0.210.430.00   0.20
XYZ32.044824.531860.1729
Yxy24.53180.27450.2101
Hunter Lab49.529628.8097-37.3600
CIE-Lab56.616434.9962-38.9252

#a274cc color RGB value is (162,116,204).

#a274cc hex color red value is 162, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a274cc hue: 0.75 , saturation: 0.46 and the lightness value of a274cc is 0.63.

The process color (four color CMYK) of #a274cc color hex is 0.21, 0.43, 0.00, 0.20. Web safe color of #a274cc is #9966cc. Color #a274cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110100 11001100
Octal 242 164 314
Decimal 162 116 204
Hex A2 74 CC

RGB Percentages of Color #a274cc

%33.61
%24.07
%42.32

CMYK Percentages of Color #a274cc

%21
%43
%0
%20

Triadic Colors of #a274cc

#a274cc #cca274 #74cca2

Analogous Colors of #a274cc

#a274cc #cc74ca #7674cc

Monochromatic Colors of #a274cc

#a274cc

Complementary Color

#a274cc #9ecc74

#a274cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a274cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a274cc Color CSS Codes

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

#a274cc Text Font Color

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

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


#a274cc Background Color

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

This div background color is #a274cc


#a274cc Border Color

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

This div border color is #a274cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a274cc

#a274cc Color Palettes


Comments

No comments written yet.

Please login to write comment.