Color Hex Logo

#be29aa Color Hex

#BE29AA
(190,41,170)
0 Favorites   0 Comments

Color spaces of #be29aa

RGB 19041170
HSL0.860.650.45
HSV308°78°75°
CMYK 0.000.780.11   0.25
XYZ29.283815.435339.4661
Yxy15.43530.34780.1833
Hunter Lab39.287864.2943-32.0577
CIE-Lab46.224769.4915-35.3155

#be29aa color RGB value is (190,41,170).

#be29aa hex color red value is 190, green value is 41 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #be29aa hue: 0.86 , saturation: 0.65 and the lightness value of be29aa is 0.45.

The process color (four color CMYK) of #be29aa color hex is 0.00, 0.78, 0.11, 0.25. Web safe color of #be29aa is #cc3399. Color #be29aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101001 10101010
Octal 276 51 252
Decimal 190 41 170
Hex BE 29 AA

RGB Percentages of Color #be29aa

%47.38
%10.22
%42.39

CMYK Percentages of Color #be29aa

%0
%78
%11
%25

Triadic Colors of #be29aa

#be29aa #aabe29 #29aabe

Analogous Colors of #be29aa

#be29aa #be295f #8829be

Monochromatic Colors of #be29aa

#be29aa

Complementary Color

#be29aa #29be3d

#be29aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be29aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be29aa Color CSS Codes

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

#be29aa Text Font Color

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

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


#be29aa Background Color

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

This div background color is #be29aa


#be29aa Border Color

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

This div border color is #be29aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be29aa


Comments

No comments written yet.

Please login to write comment.