Color Hex Logo

#a275be Color Hex

#A275BE
(162,117,190)
0 Favorites   0 Comments

Color spaces of #a275be

RGB 162117190
HSL0.770.360.60
HSV277°38°75°
CMYK 0.150.380.00   0.25
XYZ30.555824.121751.7607
Yxy24.12170.28710.2266
Hunter Lab49.113825.1032-28.1056
CIE-Lab56.209431.2744-31.5915

#a275be color RGB value is (162,117,190).

#a275be hex color red value is 162, green value is 117 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a275be hue: 0.77 , saturation: 0.36 and the lightness value of a275be is 0.60.

The process color (four color CMYK) of #a275be color hex is 0.15, 0.38, 0.00, 0.25. Web safe color of #a275be is #9966cc. Color #a275be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01110101 10111110
Octal 242 165 276
Decimal 162 117 190
Hex A2 75 BE

RGB Percentages of Color #a275be

%34.54
%24.95
%40.51

CMYK Percentages of Color #a275be

%15
%38
%0
%25

Triadic Colors of #a275be

#a275be #bea275 #75bea2

Analogous Colors of #a275be

#a275be #be75b6 #7e75be

Monochromatic Colors of #a275be

#a275be

Complementary Color

#a275be #91be75

#a275be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a275be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a275be Color CSS Codes

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

#a275be Text Font Color

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

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


#a275be Background Color

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

This div background color is #a275be


#a275be Border Color

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

This div border color is #a275be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a275be


Comments

No comments written yet.

Please login to write comment.