Color Hex Logo

#be377a Color Hex

#BE377A
(190,55,122)
0 Favorites   0 Comments

Color spaces of #be377a

RGB 19055122
HSL0.920.550.48
HSV330°71°75°
CMYK 0.000.710.36   0.25
XYZ26.114215.084719.9476
Yxy15.08470.42710.2467
Hunter Lab38.839052.0498-3.2638
CIE-Lab45.750058.8857-7.1245

#be377a color RGB value is (190,55,122).

#be377a hex color red value is 190, green value is 55 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be377a hue: 0.92 , saturation: 0.55 and the lightness value of be377a is 0.48.

The process color (four color CMYK) of #be377a color hex is 0.00, 0.71, 0.36, 0.25. Web safe color of #be377a is #cc3366. Color #be377a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 01111010
Octal 276 67 172
Decimal 190 55 122
Hex BE 37 7A

RGB Percentages of Color #be377a

%51.77
%14.99
%33.24

CMYK Percentages of Color #be377a

%0
%71
%36
%25

Triadic Colors of #be377a

#be377a #7abe37 #377abe

Analogous Colors of #be377a

#be377a #be3737 #be37be

Monochromatic Colors of #be377a

#be377a

Complementary Color

#be377a #37be7b

#be377a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be377a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be377a Color CSS Codes

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

#be377a Text Font Color

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

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


#be377a Background Color

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

This div background color is #be377a


#be377a Border Color

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

This div border color is #be377a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be377a


Comments

No comments written yet.

Please login to write comment.