Color Hex Logo

#be6bab Color Hex

#BE6BAB
(190,107,171)
0 Favorites   0 Comments

Color spaces of #be6bab

RGB 190107171
HSL0.870.390.58
HSV314°44°75°
CMYK 0.000.440.10   0.25
XYZ33.843624.402841.4545
Yxy24.40280.33950.2448
Hunter Lab49.399235.8425-15.1752
CIE-Lab56.488841.9391-19.9744

#be6bab color RGB value is (190,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101011 10101011
Octal 276 153 253
Decimal 190 107 171
Hex BE 6B AB

RGB Percentages of Color #be6bab

%40.60
%22.86
%36.54

CMYK Percentages of Color #be6bab

%0
%44
%10
%25

Triadic Colors of #be6bab

#be6bab #abbe6b #6babbe

Analogous Colors of #be6bab

#be6bab #be6b82 #a86bbe

Monochromatic Colors of #be6bab

#be6bab

Complementary Color

#be6bab #6bbe7e

#be6bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6bab Color CSS Codes

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

#be6bab Text Font Color

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

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


#be6bab Background Color

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

This div background color is #be6bab


#be6bab Border Color

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

This div border color is #be6bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6bab


Comments

No comments written yet.

Please login to write comment.