Color Hex Logo

#be1aab Color Hex

#BE1AAB
(190,26,171)
0 Favorites   0 Comments

Color spaces of #be1aab

RGB 19026171
HSL0.850.760.42
HSV307°86°75°
CMYK 0.000.860.10   0.25
XYZ28.955314.626239.8251
Yxy14.62620.34720.1754
Hunter Lab38.244268.2178-34.9699
CIE-Lab45.117972.9947-37.6549

#be1aab color RGB value is (190,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00011010 10101011
Octal 276 32 253
Decimal 190 26 171
Hex BE 1A AB

RGB Percentages of Color #be1aab

%49.10
%6.72
%44.19

CMYK Percentages of Color #be1aab

%0
%86
%10
%25

Triadic Colors of #be1aab

#be1aab #abbe1a #1aabbe

Analogous Colors of #be1aab

#be1aab #be1a59 #7f1abe

Monochromatic Colors of #be1aab

#be1aab

Complementary Color

#be1aab #1abe2d

#be1aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1aab Color CSS Codes

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

#be1aab Text Font Color

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

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


#be1aab Background Color

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

This div background color is #be1aab


#be1aab Border Color

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

This div border color is #be1aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1aab


Comments

No comments written yet.

Please login to write comment.