Color Hex Logo

#be337b Color Hex

#BE337B
(190,51,123)
0 Favorites   0 Comments

Color spaces of #be337b

RGB 19051123
HSL0.910.580.47
HSV329°73°75°
CMYK 0.000.730.35   0.25
XYZ25.994214.744920.2149
Yxy14.74490.42650.2419
Hunter Lab38.399153.6369-4.3334
CIE-Lab45.282860.4008-8.4351

#be337b color RGB value is (190,51,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110011 01111011
Octal 276 63 173
Decimal 190 51 123
Hex BE 33 7B

RGB Percentages of Color #be337b

%52.20
%14.01
%33.79

CMYK Percentages of Color #be337b

%0
%73
%35
%25

Triadic Colors of #be337b

#be337b #7bbe33 #337bbe

Analogous Colors of #be337b

#be337b #be3335 #bc33be

Monochromatic Colors of #be337b

#be337b

Complementary Color

#be337b #33be76

#be337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be337b Color CSS Codes

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

#be337b Text Font Color

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

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


#be337b Background Color

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

This div background color is #be337b


#be337b Border Color

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

This div border color is #be337b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be337b


Comments

No comments written yet.

Please login to write comment.