Color Hex Logo

#be485f Color Hex

#BE485F
(190,72,95)
0 Favorites   0 Comments

Color spaces of #be485f

RGB 1907295
HSL0.970.480.51
HSV348°62°75°
CMYK 0.000.620.50   0.25
XYZ25.618116.408112.6433
Yxy16.40810.46860.3001
Hunter Lab40.506942.00309.8488
CIE-Lab47.505449.247711.9190

#be485f color RGB value is (190,72,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01001000 01011111
Octal 276 110 137
Decimal 190 72 95
Hex BE 48 5F

RGB Percentages of Color #be485f

%53.22
%20.17
%26.61

CMYK Percentages of Color #be485f

%0
%62
%50
%25

Triadic Colors of #be485f

#be485f #5fbe48 #485fbe

Analogous Colors of #be485f

#be485f #be6c48 #be489a

Monochromatic Colors of #be485f

#be485f

Complementary Color

#be485f #48bea7

#be485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be485f Color CSS Codes

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

#be485f Text Font Color

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

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


#be485f Background Color

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

This div background color is #be485f


#be485f Border Color

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

This div border color is #be485f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be485f


Comments

No comments written yet.

Please login to write comment.