Color Hex Logo

#a289be Color Hex

#A289BE
(162,137,190)
0 Favorites   0 Comments

Color spaces of #a289be

RGB 162137190
HSL0.750.290.64
HSV268°28°75°
CMYK 0.150.280.00   0.25
XYZ33.140229.290452.6221
Yxy29.29040.28800.2546
Hunter Lab54.120614.5916-19.7639
CIE-Lab61.037119.8623-24.1292

#a289be color RGB value is (162,137,190).

#a289be hex color red value is 162, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a289be hue: 0.75 , saturation: 0.29 and the lightness value of a289be is 0.64.

The process color (four color CMYK) of #a289be color hex is 0.15, 0.28, 0.00, 0.25. Web safe color of #a289be is #9999cc. Color #a289be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001001 10111110
Octal 242 211 276
Decimal 162 137 190
Hex A2 89 BE

RGB Percentages of Color #a289be

%33.13
%28.02
%38.85

CMYK Percentages of Color #a289be

%15
%28
%0
%25

Triadic Colors of #a289be

#a289be #bea289 #89bea2

Analogous Colors of #a289be

#a289be #bd89be #898bbe

Monochromatic Colors of #a289be

#a289be

Complementary Color

#a289be #a5be89

#a289be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a289be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a289be Color CSS Codes

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

#a289be Text Font Color

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

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


#a289be Background Color

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

This div background color is #a289be


#a289be Border Color

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

This div border color is #a289be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a289be


Comments

No comments written yet.

Please login to write comment.