Color Hex Logo

#be336a Color Hex

#BE336A
(190,51,106)
0 Favorites   0 Comments

Color spaces of #be336a

RGB 19051106
HSL0.930.580.47
HSV336°73°75°
CMYK 0.000.730.44   0.25
XYZ25.020514.355415.0878
Yxy14.35540.45940.2636
Hunter Lab37.888551.57142.9118
CIE-Lab44.738458.64351.2265

#be336a color RGB value is (190,51,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 01101010
Octal 276 63 152
Decimal 190 51 106
Hex BE 33 6A

RGB Percentages of Color #be336a

%54.76
%14.70
%30.55

CMYK Percentages of Color #be336a

%0
%73
%44
%25

Triadic Colors of #be336a

#be336a #6abe33 #336abe

Analogous Colors of #be336a

#be336a #be4233 #be33b0

Monochromatic Colors of #be336a

#be336a

Complementary Color

#be336a #33be87

#be336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be336a Color CSS Codes

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

#be336a Text Font Color

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

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


#be336a Background Color

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

This div background color is #be336a


#be336a Border Color

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

This div border color is #be336a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be336a


Comments

No comments written yet.

Please login to write comment.