Color Hex Logo

#be336f Color Hex

#BE336F
(190,51,111)
0 Favorites   0 Comments

Color spaces of #be336f

RGB 19051111
HSL0.930.580.47
HSV334°73°75°
CMYK 0.000.730.42   0.25
XYZ25.288314.462516.4976
Yxy14.46250.44960.2571
Hunter Lab38.029652.14420.9001
CIE-Lab44.889059.1332-1.6417

#be336f color RGB value is (190,51,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 01101111
Octal 276 63 157
Decimal 190 51 111
Hex BE 33 6F

RGB Percentages of Color #be336f

%53.98
%14.49
%31.53

CMYK Percentages of Color #be336f

%0
%73
%42
%25

Triadic Colors of #be336f

#be336f #6fbe33 #336fbe

Analogous Colors of #be336f

#be336f #be3c33 #be33b5

Monochromatic Colors of #be336f

#be336f

Complementary Color

#be336f #33be82

#be336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be336f Color CSS Codes

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

#be336f Text Font Color

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

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


#be336f Background Color

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

This div background color is #be336f


#be336f Border Color

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

This div border color is #be336f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be336f


Comments

No comments written yet.

Please login to write comment.