Color Hex Logo

#be166c Color Hex

#BE166C
(190,22,108)
0 Favorites   0 Comments

Color spaces of #be166c

RGB 19022108
HSL0.910.790.42
HSV329°88°75°
CMYK 0.000.880.43   0.25
XYZ24.228912.603715.3431
Yxy12.60370.46440.2416
Hunter Lab35.501759.6932-0.7727
CIE-Lab42.159966.3416-3.7995

#be166c color RGB value is (190,22,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010110 01101100
Octal 276 26 154
Decimal 190 22 108
Hex BE 16 6C

RGB Percentages of Color #be166c

%59.38
%6.88
%33.75

CMYK Percentages of Color #be166c

%0
%88
%43
%25

Triadic Colors of #be166c

#be166c #6cbe16 #166cbe

Analogous Colors of #be166c

#be166c #be1618 #bc16be

Monochromatic Colors of #be166c

#be166c

Complementary Color

#be166c #16be68

#be166c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be166c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be166c Color CSS Codes

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

#be166c Text Font Color

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

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


#be166c Background Color

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

This div background color is #be166c


#be166c Border Color

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

This div border color is #be166c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,22,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 #be166c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be166c


Comments

No comments written yet.

Please login to write comment.