Color Hex Logo

#be014c Color Hex

#BE014C
(190,1,76)
0 Favorites   0 Comments

Color spaces of #be014c

RGB 190176
HSL0.930.990.37
HSV336°99°75°
CMYK 0.000.990.60   0.25
XYZ22.550611.49077.8668
Yxy11.49070.53810.2742
Hunter Lab33.897959.42579.9689
CIE-Lab40.394966.453513.9331

#be014c color RGB value is (190,1,76).

#be014c hex color red value is 190, green value is 1 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #be014c hue: 0.93 , saturation: 0.99 and the lightness value of be014c is 0.37.

The process color (four color CMYK) of #be014c color hex is 0.00, 0.99, 0.60, 0.25. Web safe color of #be014c is #cc0033. Color #be014c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00000001 01001100
Octal 276 1 114
Decimal 190 1 76
Hex BE 1 4C

RGB Percentages of Color #be014c

%71.16
%0.37
%28.46

CMYK Percentages of Color #be014c

%0
%99
%60
%25

Triadic Colors of #be014c

#be014c #4cbe01 #014cbe

Analogous Colors of #be014c

#be014c #be1501 #be01ab

Monochromatic Colors of #be014c

#be014c

Complementary Color

#be014c #01be73

#be014c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be014c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be014c Color CSS Codes

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

#be014c Text Font Color

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

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


#be014c Background Color

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

This div background color is #be014c


#be014c Border Color

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

This div border color is #be014c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be014c


Comments

No comments written yet.

Please login to write comment.