Color Hex Logo

#b652aa Color Hex

#B652AA
(182,82,170)
0 Favorites   0 Comments

Color spaces of #b652aa

RGB 18282170
HSL0.850.410.52
HSV307°55°71°
CMYK 0.000.550.07   0.29
XYZ29.564418.881940.1166
Yxy18.88190.33380.2132
Hunter Lab43.453345.4031-24.3199
CIE-Lab50.548751.9287-28.6395

#b652aa color RGB value is (182,82,170).

#b652aa hex color red value is 182, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b652aa hue: 0.85 , saturation: 0.41 and the lightness value of b652aa is 0.52.

The process color (four color CMYK) of #b652aa color hex is 0.00, 0.55, 0.07, 0.29. Web safe color of #b652aa is #cc6699. Color #b652aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 10101010
Octal 266 122 252
Decimal 182 82 170
Hex B6 52 AA

RGB Percentages of Color #b652aa

%41.94
%18.89
%39.17

CMYK Percentages of Color #b652aa

%0
%55
%7
%29

Triadic Colors of #b652aa

#b652aa #aab652 #52aab6

Analogous Colors of #b652aa

#b652aa #b65278 #9052b6

Monochromatic Colors of #b652aa

#b652aa

Complementary Color

#b652aa #52b65e

#b652aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b652aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b652aa Color CSS Codes

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

#b652aa Text Font Color

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

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


#b652aa Background Color

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

This div background color is #b652aa


#b652aa Border Color

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

This div border color is #b652aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b652aa


Comments

No comments written yet.

Please login to write comment.