Color Hex Logo

#a276cd Color Hex

#A276CD
(162,118,205)
0 Favorites   0 Comments

Color spaces of #a276cd

RGB 162118205
HSL0.750.470.63
HSV270°42°80°
CMYK 0.210.420.00   0.20
XYZ32.398225.046060.8844
Yxy25.04600.27380.2117
Hunter Lab50.046027.9748-37.0982
CIE-Lab57.120234.0990-38.7009

#a276cd color RGB value is (162,118,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 11001101
Octal 242 166 315
Decimal 162 118 205
Hex A2 76 CD

RGB Percentages of Color #a276cd

%33.40
%24.33
%42.27

CMYK Percentages of Color #a276cd

%21
%42
%0
%20

Triadic Colors of #a276cd

#a276cd #cda276 #76cda2

Analogous Colors of #a276cd

#a276cd #cd76cd #7776cd

Monochromatic Colors of #a276cd

#a276cd

Complementary Color

#a276cd #a1cd76

#a276cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a276cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a276cd Color CSS Codes

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

#a276cd Text Font Color

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

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


#a276cd Background Color

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

This div background color is #a276cd


#a276cd Border Color

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

This div border color is #a276cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,118,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a276cd


Comments

No comments written yet.

Please login to write comment.