Color Hex Logo

#be137e Color Hex

#BE137E
(190,19,126)
0 Favorites   0 Comments

Color spaces of #be137e

RGB 19019126
HSL0.900.820.41
HSV322°90°75°
CMYK 0.000.900.34   0.25
XYZ25.234012.919320.9023
Yxy12.91930.42730.2188
Hunter Lab35.943462.4145-9.3187
CIE-Lab42.641468.5910-14.2682

#be137e color RGB value is (190,19,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 01111110
Octal 276 23 176
Decimal 190 19 126
Hex BE 13 7E

RGB Percentages of Color #be137e

%56.72
%5.67
%37.61

CMYK Percentages of Color #be137e

%0
%90
%34
%25

Triadic Colors of #be137e

#be137e #7ebe13 #137ebe

Analogous Colors of #be137e

#be137e #be1328 #a913be

Monochromatic Colors of #be137e

#be137e

Complementary Color

#be137e #13be53

#be137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be137e Color CSS Codes

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

#be137e Text Font Color

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

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


#be137e Background Color

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

This div background color is #be137e


#be137e Border Color

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

This div border color is #be137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be137e


Comments

No comments written yet.

Please login to write comment.