Color Hex Logo

#be4247 Color Hex

#BE4247
(190,66,71)
0 Favorites   0 Comments

Color spaces of #be4247

RGB 1906671
HSL0.990.490.50
HSV358°65°75°
CMYK 0.000.650.63   0.25
XYZ24.320815.29857.6323
Yxy15.29850.51470.3238
Hunter Lab39.113342.543715.8099
CIE-Lab46.040450.016024.5026

#be4247 color RGB value is (190,66,71).

#be4247 hex color red value is 190, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #be4247 hue: 0.99 , saturation: 0.49 and the lightness value of be4247 is 0.50.

The process color (four color CMYK) of #be4247 color hex is 0.00, 0.65, 0.63, 0.25. Web safe color of #be4247 is #cc3333. Color #be4247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000010 01000111
Octal 276 102 107
Decimal 190 66 71
Hex BE 42 47

RGB Percentages of Color #be4247

%58.10
%20.18
%21.71

CMYK Percentages of Color #be4247

%0
%65
%63
%25

Triadic Colors of #be4247

#be4247 #47be42 #4247be

Analogous Colors of #be4247

#be4247 #be7b42 #be4285

Monochromatic Colors of #be4247

#be4247

Complementary Color

#be4247 #42beb9

#be4247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4247 Color CSS Codes

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

#be4247 Text Font Color

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

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


#be4247 Background Color

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

This div background color is #be4247


#be4247 Border Color

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

This div border color is #be4247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4247


Comments

No comments written yet.

Please login to write comment.