Color Hex Logo

#be11bb Color Hex

#BE11BB
(190,17,187)
0 Favorites   0 Comments

Color spaces of #be11bb

RGB 19017187
HSL0.840.840.41
HSV301°91°75°
CMYK 0.000.910.02   0.25
XYZ30.405314.935948.2941
Yxy14.93590.32470.1595
Hunter Lab38.647072.8016-47.0371
CIE-Lab45.546376.6730-46.4108

#be11bb color RGB value is (190,17,187).

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

The process color (four color CMYK) of #be11bb color hex is 0.00, 0.91, 0.02, 0.25. Web safe color of #be11bb is #cc00cc. Color #be11bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 10111011
Octal 276 21 273
Decimal 190 17 187
Hex BE 11 BB

RGB Percentages of Color #be11bb

%48.22
%4.31
%47.46

CMYK Percentages of Color #be11bb

%0
%91
%2
%25

Triadic Colors of #be11bb

#be11bb #bbbe11 #11bbbe

Analogous Colors of #be11bb

#be11bb #be1165 #6b11be

Monochromatic Colors of #be11bb

#be11bb

Complementary Color

#be11bb #11be14

#be11bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be11bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be11bb Color CSS Codes

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

#be11bb Text Font Color

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

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


#be11bb Background Color

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

This div background color is #be11bb


#be11bb Border Color

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

This div border color is #be11bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be11bb


Comments

No comments written yet.

Please login to write comment.