Color Hex Logo

#be329f Color Hex

#BE329F
(190,50,159)
0 Favorites   0 Comments

Color spaces of #be329f

RGB 19050159
HSL0.870.580.47
HSV313°74°75°
CMYK 0.000.740.16   0.25
XYZ28.633815.731634.3282
Yxy15.73160.36390.1999
Hunter Lab39.663159.4534-23.5510
CIE-Lab46.620465.2688-28.1554

#be329f color RGB value is (190,50,159).

#be329f hex color red value is 190, green value is 50 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #be329f hue: 0.87 , saturation: 0.58 and the lightness value of be329f is 0.47.

The process color (four color CMYK) of #be329f color hex is 0.00, 0.74, 0.16, 0.25. Web safe color of #be329f is #cc3399. Color #be329f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110010 10011111
Octal 276 62 237
Decimal 190 50 159
Hex BE 32 9F

RGB Percentages of Color #be329f

%47.62
%12.53
%39.85

CMYK Percentages of Color #be329f

%0
%74
%16
%25

Triadic Colors of #be329f

#be329f #9fbe32 #329fbe

Analogous Colors of #be329f

#be329f #be3259 #9732be

Monochromatic Colors of #be329f

#be329f

Complementary Color

#be329f #32be51

#be329f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be329f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be329f Color CSS Codes

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

#be329f Text Font Color

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

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


#be329f Background Color

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

This div background color is #be329f


#be329f Border Color

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

This div border color is #be329f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be329f


Comments

No comments written yet.

Please login to write comment.