Color Hex Logo

#be366f Color Hex

#BE366F
(190,54,111)
0 Favorites   0 Comments

Color spaces of #be366f

RGB 19054111
HSL0.930.560.48
HSV335°72°75°
CMYK 0.000.720.42   0.25
XYZ25.423614.733216.5427
Yxy14.73320.44840.2598
Hunter Lab38.383951.05801.3158
CIE-Lab45.266658.0784-1.0879

#be366f color RGB value is (190,54,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110110 01101111
Octal 276 66 157
Decimal 190 54 111
Hex BE 36 6F

RGB Percentages of Color #be366f

%53.52
%15.21
%31.27

CMYK Percentages of Color #be366f

%0
%72
%42
%25

Triadic Colors of #be366f

#be366f #6fbe36 #366fbe

Analogous Colors of #be366f

#be366f #be4136 #be36b3

Monochromatic Colors of #be366f

#be366f

Complementary Color

#be366f #36be85

#be366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be366f Color CSS Codes

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

#be366f Text Font Color

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

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


#be366f Background Color

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

This div background color is #be366f


#be366f Border Color

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

This div border color is #be366f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be366f


Comments

No comments written yet.

Please login to write comment.