Color Hex Logo

#be47aa Color Hex

#BE47AA
(190,71,170)
0 Favorites   0 Comments

Color spaces of #be47aa

RGB 19071170
HSL0.860.480.51
HSV310°63°75°
CMYK 0.000.630.11   0.25
XYZ30.744118.355939.9529
Yxy18.35590.34520.2061
Hunter Lab42.843853.1125-25.2988
CIE-Lab49.925059.0648-29.5197

#be47aa color RGB value is (190,71,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000111 10101010
Octal 276 107 252
Decimal 190 71 170
Hex BE 47 AA

RGB Percentages of Color #be47aa

%44.08
%16.47
%39.44

CMYK Percentages of Color #be47aa

%0
%63
%11
%25

Triadic Colors of #be47aa

#be47aa #aabe47 #47aabe

Analogous Colors of #be47aa

#be47aa #be476f #9747be

Monochromatic Colors of #be47aa

#be47aa

Complementary Color

#be47aa #47be5b

#be47aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be47aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#be47aa Color CSS Codes

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

#be47aa Text Font Color

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

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


#be47aa Background Color

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

This div background color is #be47aa


#be47aa Border Color

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

This div border color is #be47aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be47aa


Comments

No comments written yet.

Please login to write comment.