Color Hex Logo

#be7aa7 Color Hex

#BE7AA7
(190,122,167)
0 Favorites   0 Comments

Color spaces of #be7aa7

RGB 190122167
HSL0.890.340.61
HSV320°36°75°
CMYK 0.000.360.12   0.25
XYZ35.169827.656240.0438
Yxy27.65620.34190.2688
Hunter Lab52.589227.3435-8.3337
CIE-Lab59.576933.1986-12.9870

#be7aa7 color RGB value is (190,122,167).

#be7aa7 hex color red value is 190, green value is 122 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #be7aa7 hue: 0.89 , saturation: 0.34 and the lightness value of be7aa7 is 0.61.

The process color (four color CMYK) of #be7aa7 color hex is 0.00, 0.36, 0.12, 0.25. Web safe color of #be7aa7 is #cc6699. Color #be7aa7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111010 10100111
Octal 276 172 247
Decimal 190 122 167
Hex BE 7A A7

RGB Percentages of Color #be7aa7

%39.67
%25.47
%34.86

CMYK Percentages of Color #be7aa7

%0
%36
%12
%25

Triadic Colors of #be7aa7

#be7aa7 #a7be7a #7aa7be

Analogous Colors of #be7aa7

#be7aa7 #be7a85 #b37abe

Monochromatic Colors of #be7aa7

#be7aa7

Complementary Color

#be7aa7 #7abe91

#be7aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7aa7 Color CSS Codes

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

#be7aa7 Text Font Color

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

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


#be7aa7 Background Color

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

This div background color is #be7aa7


#be7aa7 Border Color

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

This div border color is #be7aa7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,122,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7aa7


Comments

No comments written yet.

Please login to write comment.