Color Hex Logo

#be616f Color Hex

#BE616F
(190,97,111)
0 Favorites   0 Comments

Color spaces of #be616f

RGB 19097111
HSL0.970.420.56
HSV351°49°75°
CMYK 0.000.490.42   0.25
XYZ28.379120.644217.5279
Yxy20.64420.42640.3102
Hunter Lab45.435931.97778.9327
CIE-Lab52.557938.67939.4055

#be616f color RGB value is (190,97,111).

#be616f hex color red value is 190, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be616f hue: 0.97 , saturation: 0.42 and the lightness value of be616f is 0.56.

The process color (four color CMYK) of #be616f color hex is 0.00, 0.49, 0.42, 0.25. Web safe color of #be616f is #cc6666. Color #be616f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100001 01101111
Octal 276 141 157
Decimal 190 97 111
Hex BE 61 6F

RGB Percentages of Color #be616f

%47.74
%24.37
%27.89

CMYK Percentages of Color #be616f

%0
%49
%42
%25

Triadic Colors of #be616f

#be616f #6fbe61 #616fbe

Analogous Colors of #be616f

#be616f #be8261 #be619e

Monochromatic Colors of #be616f

#be616f

Complementary Color

#be616f #61beb0

#be616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be616f Color CSS Codes

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

#be616f Text Font Color

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

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


#be616f Background Color

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

This div background color is #be616f


#be616f Border Color

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

This div border color is #be616f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be616f


Comments

No comments written yet.

Please login to write comment.