Color Hex Logo

#be118b Color Hex

#BE118B
(190,17,139)
0 Favorites   0 Comments

Color spaces of #be118b

RGB 19017139
HSL0.880.840.41
HSV318°91°75°
CMYK 0.000.910.27   0.25
XYZ26.095913.212125.6009
Yxy13.21210.40200.2035
Hunter Lab36.348564.5420-16.3151
CIE-Lab43.081170.3136-21.5777

#be118b color RGB value is (190,17,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 10001011
Octal 276 21 213
Decimal 190 17 139
Hex BE 11 8B

RGB Percentages of Color #be118b

%54.91
%4.91
%40.17

CMYK Percentages of Color #be118b

%0
%91
%27
%25

Triadic Colors of #be118b

#be118b #8bbe11 #118bbe

Analogous Colors of #be118b

#be118b #be1134 #9b11be

Monochromatic Colors of #be118b

#be118b

Complementary Color

#be118b #11be44

#be118b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be118b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be118b Color CSS Codes

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

#be118b Text Font Color

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

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


#be118b Background Color

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

This div background color is #be118b


#be118b Border Color

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

This div border color is #be118b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be118b


Comments

No comments written yet.

Please login to write comment.