Color Hex Logo

#be1bab Color Hex

#BE1BAB
(190,27,171)
0 Favorites   0 Comments

Color spaces of #be1bab

RGB 19027171
HSL0.850.750.43
HSV307°86°75°
CMYK 0.000.860.10   0.25
XYZ28.977814.671339.8326
Yxy14.67130.34710.1757
Hunter Lab38.303168.0117-34.8453
CIE-Lab45.180772.8114-37.5557

#be1bab color RGB value is (190,27,171).

#be1bab hex color red value is 190, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #be1bab hue: 0.85 , saturation: 0.75 and the lightness value of be1bab is 0.43.

The process color (four color CMYK) of #be1bab color hex is 0.00, 0.86, 0.10, 0.25. Web safe color of #be1bab is #cc3399. Color #be1bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011011 10101011
Octal 276 33 253
Decimal 190 27 171
Hex BE 1B AB

RGB Percentages of Color #be1bab

%48.97
%6.96
%44.07

CMYK Percentages of Color #be1bab

%0
%86
%10
%25

Triadic Colors of #be1bab

#be1bab #abbe1b #1babbe

Analogous Colors of #be1bab

#be1bab #be1b59 #801bbe

Monochromatic Colors of #be1bab

#be1bab

Complementary Color

#be1bab #1bbe2e

#be1bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1bab Color CSS Codes

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

#be1bab Text Font Color

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

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


#be1bab Background Color

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

This div background color is #be1bab


#be1bab Border Color

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

This div border color is #be1bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1bab


Comments

No comments written yet.

Please login to write comment.