Color Hex Logo

#be416f Color Hex

#BE416F
(190,65,111)
0 Favorites   0 Comments

Color spaces of #be416f

RGB 19065111
HSL0.940.490.50
HSV338°66°75°
CMYK 0.000.660.42   0.25
XYZ25.994715.875416.7331
Yxy15.87540.44360.2709
Hunter Lab39.843946.72882.9910
CIE-Lab46.810653.81761.1663

#be416f color RGB value is (190,65,111).

#be416f hex color red value is 190, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #be416f hue: 0.94 , saturation: 0.49 and the lightness value of be416f is 0.50.

The process color (four color CMYK) of #be416f color hex is 0.00, 0.66, 0.42, 0.25. Web safe color of #be416f is #cc3366. Color #be416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 01101111
Octal 276 101 157
Decimal 190 65 111
Hex BE 41 6F

RGB Percentages of Color #be416f

%51.91
%17.76
%30.33

CMYK Percentages of Color #be416f

%0
%66
%42
%25

Triadic Colors of #be416f

#be416f #6fbe41 #416fbe

Analogous Colors of #be416f

#be416f #be5241 #be41ae

Monochromatic Colors of #be416f

#be416f

Complementary Color

#be416f #41be90

#be416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be416f Color CSS Codes

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

#be416f Text Font Color

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

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


#be416f Background Color

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

This div background color is #be416f


#be416f Border Color

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

This div border color is #be416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be416f


Comments

No comments written yet.

Please login to write comment.