Color Hex Logo

#be397f Color Hex

#BE397F
(190,57,127)
0 Favorites   0 Comments

Color spaces of #be397f

RGB 19057127
HSL0.910.540.48
HSV328°70°75°
CMYK 0.000.700.33   0.25
XYZ26.529115.405721.6540
Yxy15.40570.41720.2423
Hunter Lab39.250151.9603-5.2348
CIE-Lab46.184958.7234-9.5254

#be397f color RGB value is (190,57,127).

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

The process color (four color CMYK) of #be397f color hex is 0.00, 0.70, 0.33, 0.25. Web safe color of #be397f is #cc3366. Color #be397f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01111111
Octal 276 71 177
Decimal 190 57 127
Hex BE 39 7F

RGB Percentages of Color #be397f

%50.80
%15.24
%33.96

CMYK Percentages of Color #be397f

%0
%70
%33
%25

Triadic Colors of #be397f

#be397f #7fbe39 #397fbe

Analogous Colors of #be397f

#be397f #be393d #bb39be

Monochromatic Colors of #be397f

#be397f

Complementary Color

#be397f #39be78

#be397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be397f Color CSS Codes

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

#be397f Text Font Color

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

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


#be397f Background Color

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

This div background color is #be397f


#be397f Border Color

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

This div border color is #be397f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be397f


Comments

No comments written yet.

Please login to write comment.