Color Hex Logo

#be148e Color Hex

#BE148E
(190,20,142)
0 Favorites   0 Comments

Color spaces of #be148e

RGB 19020142
HSL0.880.810.41
HSV317°89°75°
CMYK 0.000.890.25   0.25
XYZ26.367813.400526.7880
Yxy13.40050.39620.2013
Hunter Lab36.606764.5118-17.7625
CIE-Lab43.360670.2336-22.9750

#be148e color RGB value is (190,20,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010100 10001110
Octal 276 24 216
Decimal 190 20 142
Hex BE 14 8E

RGB Percentages of Color #be148e

%53.98
%5.68
%40.34

CMYK Percentages of Color #be148e

%0
%89
%25
%25

Triadic Colors of #be148e

#be148e #8ebe14 #148ebe

Analogous Colors of #be148e

#be148e #be1439 #9914be

Monochromatic Colors of #be148e

#be148e

Complementary Color

#be148e #14be44

#be148e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be148e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be148e Color CSS Codes

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

#be148e Text Font Color

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

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


#be148e Background Color

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

This div background color is #be148e


#be148e Border Color

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

This div border color is #be148e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be148e


Comments

No comments written yet.

Please login to write comment.