Color Hex Logo

#be116a Color Hex

#BE116A
(190,17,106)
0 Favorites   0 Comments

Color spaces of #be116a

RGB 19017106
HSL0.910.840.41
HSV329°91°75°
CMYK 0.000.910.44   0.25
XYZ24.037212.388714.7600
Yxy12.38870.46960.2420
Hunter Lab35.197660.3058-0.2248
CIE-Lab41.827366.9369-3.0375

#be116a color RGB value is (190,17,106).

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

The process color (four color CMYK) of #be116a color hex is 0.00, 0.91, 0.44, 0.25. Web safe color of #be116a is #cc0066. Color #be116a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 01101010
Octal 276 21 152
Decimal 190 17 106
Hex BE 11 6A

RGB Percentages of Color #be116a

%60.70
%5.43
%33.87

CMYK Percentages of Color #be116a

%0
%91
%44
%25

Triadic Colors of #be116a

#be116a #6abe11 #116abe

Analogous Colors of #be116a

#be116a #be1113 #bc11be

Monochromatic Colors of #be116a

#be116a

Complementary Color

#be116a #11be65

#be116a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be116a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be116a Color CSS Codes

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

#be116a Text Font Color

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

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


#be116a Background Color

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

This div background color is #be116a


#be116a Border Color

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

This div border color is #be116a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be116a


Comments

No comments written yet.

Please login to write comment.