Color Hex Logo

#be7eac Color Hex

#BE7EAC
(190,126,172)
0 Favorites   0 Comments

Color spaces of #be7eac

RGB 190126172
HSL0.880.330.62
HSV317°34°75°
CMYK 0.000.340.09   0.25
XYZ36.142528.847442.6929
Yxy28.84740.33560.2679
Hunter Lab53.709826.1245-9.5317
CIE-Lab60.646731.8664-14.2350

#be7eac color RGB value is (190,126,172).

#be7eac hex color red value is 190, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be7eac hue: 0.88 , saturation: 0.33 and the lightness value of be7eac is 0.62.

The process color (four color CMYK) of #be7eac color hex is 0.00, 0.34, 0.09, 0.25. Web safe color of #be7eac is #cc6699. Color #be7eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01111110 10101100
Octal 276 176 254
Decimal 190 126 172
Hex BE 7E AC

RGB Percentages of Color #be7eac

%38.93
%25.82
%35.25

CMYK Percentages of Color #be7eac

%0
%34
%9
%25

Triadic Colors of #be7eac

#be7eac #acbe7e #7eacbe

Analogous Colors of #be7eac

#be7eac #be7e8c #b07ebe

Monochromatic Colors of #be7eac

#be7eac

Complementary Color

#be7eac #7ebe90

#be7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be7eac Color CSS Codes

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

#be7eac Text Font Color

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

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


#be7eac Background Color

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

This div background color is #be7eac


#be7eac Border Color

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

This div border color is #be7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be7eac


Comments

No comments written yet.

Please login to write comment.