Color Hex Logo

#be514c Color Hex

#BE514C
(190,81,76)
0 Favorites   0 Comments

Color spaces of #be514c

RGB 1908176
HSL0.010.470.52
HSV60°75°
CMYK 0.000.570.60   0.25
XYZ25.482117.35388.8440
Yxy17.35380.49310.3358
Hunter Lab41.657936.287016.5732
CIE-Lab48.702843.514124.9415

#be514c color RGB value is (190,81,76).

#be514c hex color red value is 190, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #be514c hue: 0.01 , saturation: 0.47 and the lightness value of be514c is 0.52.

The process color (four color CMYK) of #be514c color hex is 0.00, 0.57, 0.60, 0.25. Web safe color of #be514c is #cc6633. Color #be514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 01001100
Octal 276 121 114
Decimal 190 81 76
Hex BE 51 4C

RGB Percentages of Color #be514c

%54.76
%23.34
%21.90

CMYK Percentages of Color #be514c

%0
%57
%60
%25

Triadic Colors of #be514c

#be514c #4cbe51 #514cbe

Analogous Colors of #be514c

#be514c #be8a4c #be4c80

Monochromatic Colors of #be514c

#be514c

Complementary Color

#be514c #4cb9be

#be514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#be514c Color CSS Codes

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

#be514c Text Font Color

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

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


#be514c Background Color

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

This div background color is #be514c


#be514c Border Color

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

This div border color is #be514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be514c


Comments

No comments written yet.

Please login to write comment.