color codes Logo

#aa4beb color codes

#AA4BEB
(170,75,235)
0 Favorites   0 Comments

Color spaces of #aa4beb

RGB 17075235
HSL0.770.800.61
HSV276°68°92°
CMYK 0.280.680.00   0.08
XYZ34.089019.576480.5792
Yxy19.57640.25390.1458
Hunter Lab44.245260.0973-77.0070
CIE-Lab51.354964.9229-64.7761

#aa4beb color RGB value is (170,75,235).

#aa4beb hex color red value is 170, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aa4beb hue: 0.77 , saturation: 0.80 and the lightness value of aa4beb is 0.61.

The process color (four color CMYK) of #aa4beb color code is 0.28, 0.68, 0.00, 0.08. Web safe color of #aa4beb is #9933ff. Color #aa4beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001011 11101011
Octal 252 113 353
Decimal 170 75 235
Hex AA 4B EB

RGB Percentages of Color #aa4beb

%35.42
%15.63
%48.96

CMYK Percentages of Color #aa4beb

%28
%68
%0
%8

Triadic Colors of #aa4beb

#aa4beb #ebaa4b #4bebaa

Analogous Colors of #aa4beb

#aa4beb #eb4bdc #5a4beb

Monochromatic Colors of #aa4beb

#aa4beb

Complementary Color

#aa4beb #8ceb4b

#aa4beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4beb Color CSS Codes

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

#aa4beb Text Font Color

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

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


#aa4beb Background Color

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

This div background color is #aa4beb


#aa4beb Border Color

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

This div border color is #aa4beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,75,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa4beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa4beb;
  -webkit-box-shadow: 1px 1px 3px 2px #aa4beb;
  box-shadow:         1px 1px 3px 2px #aa4beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,75,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4beb


Comments

No comments written yet.

Please login to write comment.