Color Hex Logo

#be685c Color Hex

#BE685C
(190,104,92)
0 Favorites   0 Comments

Color spaces of #be685c

RGB 19010492
HSL0.020.430.55
HSV52°75°
CMYK 0.000.450.52   0.25
XYZ28.117321.620512.8164
Yxy21.62050.44950.3456
Hunter Lab46.497826.567916.2061
CIE-Lab53.622033.061722.0216

#be685c color RGB value is (190,104,92).

#be685c hex color red value is 190, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #be685c hue: 0.02 , saturation: 0.43 and the lightness value of be685c is 0.55.

The process color (four color CMYK) of #be685c color hex is 0.00, 0.45, 0.52, 0.25. Web safe color of #be685c is #cc6666. Color #be685c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 01011100
Octal 276 150 134
Decimal 190 104 92
Hex BE 68 5C

RGB Percentages of Color #be685c

%49.22
%26.94
%23.83

CMYK Percentages of Color #be685c

%0
%45
%52
%25

Triadic Colors of #be685c

#be685c #5cbe68 #685cbe

Analogous Colors of #be685c

#be685c #be995c #be5c81

Monochromatic Colors of #be685c

#be685c

Complementary Color

#be685c #5cb2be

#be685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be685c Color CSS Codes

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

#be685c Text Font Color

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

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


#be685c Background Color

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

This div background color is #be685c


#be685c Border Color

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

This div border color is #be685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be685c


Comments

No comments written yet.

Please login to write comment.