Color Hex Logo

#be429e Color Hex

#BE429E
(190,66,158)
0 Favorites   0 Comments

Color spaces of #be429e

RGB 19066158
HSL0.880.490.50
HSV315°65°75°
CMYK 0.000.650.17   0.25
XYZ29.355017.312234.1422
Yxy17.31220.36330.2142
Hunter Lab41.607953.1205-19.5260
CIE-Lab48.651059.3068-24.4080

#be429e color RGB value is (190,66,158).

#be429e hex color red value is 190, green value is 66 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #be429e hue: 0.88 , saturation: 0.49 and the lightness value of be429e is 0.50.

The process color (four color CMYK) of #be429e color hex is 0.00, 0.65, 0.17, 0.25. Web safe color of #be429e is #cc3399. Color #be429e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 10011110
Octal 276 102 236
Decimal 190 66 158
Hex BE 42 9E

RGB Percentages of Color #be429e

%45.89
%15.94
%38.16

CMYK Percentages of Color #be429e

%0
%65
%17
%25

Triadic Colors of #be429e

#be429e #9ebe42 #429ebe

Analogous Colors of #be429e

#be429e #be4260 #a042be

Monochromatic Colors of #be429e

#be429e

Complementary Color

#be429e #42be62

#be429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be429e Color CSS Codes

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

#be429e Text Font Color

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

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


#be429e Background Color

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

This div background color is #be429e


#be429e Border Color

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

This div border color is #be429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be429e


Comments

No comments written yet.

Please login to write comment.