Color Hex Logo

#be11ba Color Hex

#BE11BA
(190,17,186)
0 Favorites   0 Comments

Color spaces of #be11ba

RGB 19017186
HSL0.840.840.41
HSV301°91°75°
CMYK 0.000.910.02   0.25
XYZ30.298614.893247.7321
Yxy14.89320.32610.1603
Hunter Lab38.591772.6060-46.3186
CIE-Lab45.487676.5256-45.9181

#be11ba color RGB value is (190,17,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 10111010
Octal 276 21 272
Decimal 190 17 186
Hex BE 11 BA

RGB Percentages of Color #be11ba

%48.35
%4.33
%47.33

CMYK Percentages of Color #be11ba

%0
%91
%2
%25

Triadic Colors of #be11ba

#be11ba #babe11 #11babe

Analogous Colors of #be11ba

#be11ba #be1164 #6c11be

Monochromatic Colors of #be11ba

#be11ba

Complementary Color

#be11ba #11be15

#be11ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be11ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#be11ba Color CSS Codes

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

#be11ba Text Font Color

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

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


#be11ba Background Color

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

This div background color is #be11ba


#be11ba Border Color

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

This div border color is #be11ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be11ba


Comments

No comments written yet.

Please login to write comment.