Color Hex Logo

#be146c Color Hex

#BE146C
(190,20,108)
0 Favorites   0 Comments

Color spaces of #be146c

RGB 19020108
HSL0.910.810.41
HSV329°89°75°
CMYK 0.000.890.43   0.25
XYZ24.192112.530215.3309
Yxy12.53020.46480.2407
Hunter Lab35.398060.0459-0.8999
CIE-Lab42.046766.6693-3.9672

#be146c color RGB value is (190,20,108).

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

The process color (four color CMYK) of #be146c color hex is 0.00, 0.89, 0.43, 0.25. Web safe color of #be146c is #cc0066. Color #be146c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 01101100
Octal 276 24 154
Decimal 190 20 108
Hex BE 14 6C

RGB Percentages of Color #be146c

%59.75
%6.29
%33.96

CMYK Percentages of Color #be146c

%0
%89
%43
%25

Triadic Colors of #be146c

#be146c #6cbe14 #146cbe

Analogous Colors of #be146c

#be146c #be1417 #bb14be

Monochromatic Colors of #be146c

#be146c

Complementary Color

#be146c #14be66

#be146c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be146c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be146c Color CSS Codes

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

#be146c Text Font Color

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

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


#be146c Background Color

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

This div background color is #be146c


#be146c Border Color

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

This div border color is #be146c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be146c


Comments

No comments written yet.

Please login to write comment.