Color Hex Logo

#be379f Color Hex

#BE379F
(190,55,159)
0 Favorites   0 Comments

Color spaces of #be379f

RGB 19055159
HSL0.870.550.48
HSV314°71°75°
CMYK 0.000.710.16   0.25
XYZ28.859416.182734.4034
Yxy16.18270.36330.2037
Hunter Lab40.227757.6575-22.5464
CIE-Lab47.213363.5911-27.2325

#be379f color RGB value is (190,55,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110111 10011111
Octal 276 67 237
Decimal 190 55 159
Hex BE 37 9F

RGB Percentages of Color #be379f

%47.03
%13.61
%39.36

CMYK Percentages of Color #be379f

%0
%71
%16
%25

Triadic Colors of #be379f

#be379f #9fbe37 #379fbe

Analogous Colors of #be379f

#be379f #be375c #9a37be

Monochromatic Colors of #be379f

#be379f

Complementary Color

#be379f #37be56

#be379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be379f Color CSS Codes

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

#be379f Text Font Color

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

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


#be379f Background Color

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

This div background color is #be379f


#be379f Border Color

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

This div border color is #be379f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be379f


Comments

No comments written yet.

Please login to write comment.