Color Hex Logo

#be395f Color Hex

#BE395F
(190,57,95)
0 Favorites   0 Comments

Color spaces of #be395f

RGB 1905795
HSL0.950.540.48
HSV343°70°75°
CMYK 0.000.700.50   0.25
XYZ24.763914.699612.3586
Yxy14.69960.47790.2837
Hunter Lab38.340148.19837.7264
CIE-Lab45.220055.46838.7165

#be395f color RGB value is (190,57,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111001 01011111
Octal 276 71 137
Decimal 190 57 95
Hex BE 39 5F

RGB Percentages of Color #be395f

%55.56
%16.67
%27.78

CMYK Percentages of Color #be395f

%0
%70
%50
%25

Triadic Colors of #be395f

#be395f #5fbe39 #395fbe

Analogous Colors of #be395f

#be395f #be5639 #be39a2

Monochromatic Colors of #be395f

#be395f

Complementary Color

#be395f #39be98

#be395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be395f Color CSS Codes

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

#be395f Text Font Color

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

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


#be395f Background Color

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

This div background color is #be395f


#be395f Border Color

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

This div border color is #be395f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be395f


Comments

No comments written yet.

Please login to write comment.