Color Hex Logo

#be139d Color Hex

#BE139D
(190,19,157)
0 Favorites   0 Comments

Color spaces of #be139d

RGB 19019157
HSL0.870.820.41
HSV312°90°75°
CMYK 0.000.900.17   0.25
XYZ27.553913.847233.1188
Yxy13.84720.36980.1858
Hunter Lab37.211867.0516-26.7203
CIE-Lab44.013072.2396-31.0332

#be139d color RGB value is (190,19,157).

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

The process color (four color CMYK) of #be139d color hex is 0.00, 0.90, 0.17, 0.25. Web safe color of #be139d is #cc0099. Color #be139d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 10011101
Octal 276 23 235
Decimal 190 19 157
Hex BE 13 9D

RGB Percentages of Color #be139d

%51.91
%5.19
%42.90

CMYK Percentages of Color #be139d

%0
%90
%17
%25

Triadic Colors of #be139d

#be139d #9dbe13 #139dbe

Analogous Colors of #be139d

#be139d #be1348 #8a13be

Monochromatic Colors of #be139d

#be139d

Complementary Color

#be139d #13be34

#be139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be139d Color CSS Codes

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

#be139d Text Font Color

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

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


#be139d Background Color

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

This div background color is #be139d


#be139d Border Color

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

This div border color is #be139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be139d


Comments

No comments written yet.

Please login to write comment.