Color Hex Logo

#be137a Color Hex

#BE137A
(190,19,122)
0 Favorites   0 Comments

Color spaces of #be137a

RGB 19019122
HSL0.900.820.41
HSV324°90°75°
CMYK 0.000.900.36   0.25
XYZ24.980912.818019.5698
Yxy12.81800.43540.2234
Hunter Lab35.802261.8939-7.3468
CIE-Lab42.487768.1753-12.0274

#be137a color RGB value is (190,19,122).

#be137a hex color red value is 190, green value is 19 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #be137a hue: 0.90 , saturation: 0.82 and the lightness value of be137a is 0.41.

The process color (four color CMYK) of #be137a color hex is 0.00, 0.90, 0.36, 0.25. Web safe color of #be137a is #cc0066. Color #be137a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 01111010
Octal 276 23 172
Decimal 190 19 122
Hex BE 13 7A

RGB Percentages of Color #be137a

%57.40
%5.74
%36.86

CMYK Percentages of Color #be137a

%0
%90
%36
%25

Triadic Colors of #be137a

#be137a #7abe13 #137abe

Analogous Colors of #be137a

#be137a #be1324 #ad13be

Monochromatic Colors of #be137a

#be137a

Complementary Color

#be137a #13be57

#be137a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be137a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be137a Color CSS Codes

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

#be137a Text Font Color

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

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


#be137a Background Color

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

This div background color is #be137a


#be137a Border Color

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

This div border color is #be137a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be137a


Comments

No comments written yet.

Please login to write comment.