Color Hex Logo

#a276da Color Hex

#A276DA
(162,118,218)
0 Favorites   0 Comments

Color spaces of #a276da

RGB 162118218
HSL0.740.570.66
HSV266°46°85°
CMYK 0.260.460.00   0.15
XYZ34.033625.700269.4965
Yxy25.70020.26340.1989
Hunter Lab50.695431.1165-45.7918
CIE-Lab57.751437.1591-45.0416

#a276da color RGB value is (162,118,218).

#a276da hex color red value is 162, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a276da hue: 0.74 , saturation: 0.57 and the lightness value of a276da is 0.66.

The process color (four color CMYK) of #a276da color hex is 0.26, 0.46, 0.00, 0.15. Web safe color of #a276da is #9966cc. Color #a276da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110110 11011010
Octal 242 166 332
Decimal 162 118 218
Hex A2 76 DA

RGB Percentages of Color #a276da

%32.53
%23.69
%43.78

CMYK Percentages of Color #a276da

%26
%46
%0
%15

Triadic Colors of #a276da

#a276da #daa276 #76daa2

Analogous Colors of #a276da

#a276da #d476da #767cda

Monochromatic Colors of #a276da

#a276da

Complementary Color

#a276da #aeda76

#a276da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a276da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a276da Color CSS Codes

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

#a276da Text Font Color

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

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


#a276da Background Color

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

This div background color is #a276da


#a276da Border Color

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

This div border color is #a276da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a276da


Comments

No comments written yet.

Please login to write comment.