Color Hex Logo

#be11ab Color Hex

#BE11AB
(190,17,171)
0 Favorites   0 Comments

Color spaces of #be11ab

RGB 19017171
HSL0.850.840.41
HSV307°91°75°
CMYK 0.000.910.10   0.25
XYZ28.786314.288339.7688
Yxy14.28830.34750.1725
Hunter Lab37.799969.7860-35.9184
CIE-Lab44.643674.3834-38.4053

#be11ab color RGB value is (190,17,171).

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

The process color (four color CMYK) of #be11ab color hex is 0.00, 0.91, 0.10, 0.25. Web safe color of #be11ab is #cc0099. Color #be11ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 10101011
Octal 276 21 253
Decimal 190 17 171
Hex BE 11 AB

RGB Percentages of Color #be11ab

%50.26
%4.50
%45.24

CMYK Percentages of Color #be11ab

%0
%91
%10
%25

Triadic Colors of #be11ab

#be11ab #abbe11 #11abbe

Analogous Colors of #be11ab

#be11ab #be1154 #7b11be

Monochromatic Colors of #be11ab

#be11ab

Complementary Color

#be11ab #11be24

#be11ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be11ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#be11ab Color CSS Codes

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

#be11ab Text Font Color

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

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


#be11ab Background Color

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

This div background color is #be11ab


#be11ab Border Color

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

This div border color is #be11ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be11ab


Comments

No comments written yet.

Please login to write comment.