Color Hex Logo

#be395e Color Hex

#BE395E
(190,57,94)
0 Favorites   0 Comments

Color spaces of #be395e

RGB 1905794
HSL0.950.540.48
HSV343°70°75°
CMYK 0.000.700.51   0.25
XYZ24.718714.681612.1207
Yxy14.68160.47980.2850
Hunter Lab38.316648.09958.0664
CIE-Lab45.195055.38169.2988

#be395e color RGB value is (190,57,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01011110
Octal 276 71 136
Decimal 190 57 94
Hex BE 39 5E

RGB Percentages of Color #be395e

%55.72
%16.72
%27.57

CMYK Percentages of Color #be395e

%0
%70
%51
%25

Triadic Colors of #be395e

#be395e #5ebe39 #395ebe

Analogous Colors of #be395e

#be395e #be5639 #be39a1

Monochromatic Colors of #be395e

#be395e

Complementary Color

#be395e #39be99

#be395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be395e Color CSS Codes

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

#be395e Text Font Color

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

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


#be395e Background Color

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

This div background color is #be395e


#be395e Border Color

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

This div border color is #be395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be395e


Comments

No comments written yet.

Please login to write comment.