Color Hex Logo

#be137d Color Hex

#BE137D
(190,19,125)
0 Favorites   0 Comments

Color spaces of #be137d

RGB 19019125
HSL0.900.820.41
HSV323°90°75°
CMYK 0.000.900.34   0.25
XYZ25.169712.893620.5641
Yxy12.89360.42930.2199
Hunter Lab35.907762.2823-8.8197
CIE-Lab42.602568.4855-13.7096

#be137d color RGB value is (190,19,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 01111101
Octal 276 23 175
Decimal 190 19 125
Hex BE 13 7D

RGB Percentages of Color #be137d

%56.89
%5.69
%37.43

CMYK Percentages of Color #be137d

%0
%90
%34
%25

Triadic Colors of #be137d

#be137d #7dbe13 #137dbe

Analogous Colors of #be137d

#be137d #be1327 #aa13be

Monochromatic Colors of #be137d

#be137d

Complementary Color

#be137d #13be54

#be137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be137d Color CSS Codes

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

#be137d Text Font Color

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

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


#be137d Background Color

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

This div background color is #be137d


#be137d Border Color

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

This div border color is #be137d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be137d


Comments

No comments written yet.

Please login to write comment.