Color Hex Logo

#be114b Color Hex

#BE114B
(190,17,75)
0 Favorites   0 Comments

Color spaces of #be114b

RGB 1901775
HSL0.940.840.41
HSV340°91°75°
CMYK 0.000.910.61   0.25
XYZ22.705711.85607.7483
Yxy11.85600.53670.2802
Hunter Lab34.432557.450510.7608
CIE-Lab40.986364.612415.3731

#be114b color RGB value is (190,17,75).

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

The process color (four color CMYK) of #be114b color hex is 0.00, 0.91, 0.61, 0.25. Web safe color of #be114b is #cc0033. Color #be114b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010001 01001011
Octal 276 21 113
Decimal 190 17 75
Hex BE 11 4B

RGB Percentages of Color #be114b

%67.38
%6.03
%26.60

CMYK Percentages of Color #be114b

%0
%91
%61
%25

Triadic Colors of #be114b

#be114b #4bbe11 #114bbe

Analogous Colors of #be114b

#be114b #be2e11 #be11a2

Monochromatic Colors of #be114b

#be114b

Complementary Color

#be114b #11be84

#be114b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be114b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be114b Color CSS Codes

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

#be114b Text Font Color

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

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


#be114b Background Color

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

This div background color is #be114b


#be114b Border Color

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

This div border color is #be114b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be114b


Comments

No comments written yet.

Please login to write comment.