Color Hex Logo

#be6bac Color Hex

#BE6BAC
(190,107,172)
0 Favorites   0 Comments

Color spaces of #be6bac

RGB 190107172
HSL0.870.390.58
HSV313°44°75°
CMYK 0.000.440.09   0.25
XYZ33.939324.441141.9585
Yxy24.44110.33820.2436
Hunter Lab49.437936.0244-15.7135
CIE-Lab56.526842.1094-20.4942

#be6bac color RGB value is (190,107,172).

#be6bac hex color red value is 190, green value is 107 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #be6bac hue: 0.87 , saturation: 0.39 and the lightness value of be6bac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101011 10101100
Octal 276 153 254
Decimal 190 107 172
Hex BE 6B AC

RGB Percentages of Color #be6bac

%40.51
%22.81
%36.67

CMYK Percentages of Color #be6bac

%0
%44
%9
%25

Triadic Colors of #be6bac

#be6bac #acbe6b #6bacbe

Analogous Colors of #be6bac

#be6bac #be6b83 #a76bbe

Monochromatic Colors of #be6bac

#be6bac

Complementary Color

#be6bac #6bbe7d

#be6bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6bac Color CSS Codes

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

#be6bac Text Font Color

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

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


#be6bac Background Color

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

This div background color is #be6bac


#be6bac Border Color

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

This div border color is #be6bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6bac


Comments

No comments written yet.

Please login to write comment.