Color Hex Logo

#be138e Color Hex

#BE138E
(190,19,142)
0 Favorites   0 Comments

Color spaces of #be138e

RGB 19019142
HSL0.880.820.41
HSV317°90°75°
CMYK 0.000.900.25   0.25
XYZ26.350613.365926.7822
Yxy13.36590.39630.2010
Hunter Lab36.559464.6769-17.8423
CIE-Lab43.309570.3831-23.0541

#be138e color RGB value is (190,19,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 10001110
Octal 276 23 216
Decimal 190 19 142
Hex BE 13 8E

RGB Percentages of Color #be138e

%54.13
%5.41
%40.46

CMYK Percentages of Color #be138e

%0
%90
%25
%25

Triadic Colors of #be138e

#be138e #8ebe13 #138ebe

Analogous Colors of #be138e

#be138e #be1338 #9913be

Monochromatic Colors of #be138e

#be138e

Complementary Color

#be138e #13be43

#be138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be138e Color CSS Codes

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

#be138e Text Font Color

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

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


#be138e Background Color

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

This div background color is #be138e


#be138e Border Color

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

This div border color is #be138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be138e


Comments

No comments written yet.

Please login to write comment.