Color Hex Logo

#be389f Color Hex

#BE389F
(190,56,159)
0 Favorites   0 Comments

Color spaces of #be389f

RGB 19056159
HSL0.870.540.48
HSV314°71°75°
CMYK 0.000.710.16   0.25
XYZ28.907416.278734.4194
Yxy16.27870.36310.2045
Hunter Lab40.346957.2832-22.3367
CIE-Lab47.338063.2396-27.0385

#be389f color RGB value is (190,56,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 10011111
Octal 276 70 237
Decimal 190 56 159
Hex BE 38 9F

RGB Percentages of Color #be389f

%46.91
%13.83
%39.26

CMYK Percentages of Color #be389f

%0
%71
%16
%25

Triadic Colors of #be389f

#be389f #9fbe38 #389fbe

Analogous Colors of #be389f

#be389f #be385c #9a38be

Monochromatic Colors of #be389f

#be389f

Complementary Color

#be389f #38be57

#be389f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be389f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be389f Color CSS Codes

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

#be389f Text Font Color

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

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


#be389f Background Color

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

This div background color is #be389f


#be389f Border Color

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

This div border color is #be389f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be389f


Comments

No comments written yet.

Please login to write comment.