Color Hex Logo

#be464b Color Hex

#BE464B
(190,70,75)
0 Favorites   0 Comments

Color spaces of #be464b

RGB 1907075
HSL0.990.480.51
HSV358°63°75°
CMYK 0.000.630.61   0.25
XYZ24.695415.83558.4116
Yxy15.83550.50460.3236
Hunter Lab39.793841.134915.3230
CIE-Lab46.757948.544523.0236

#be464b color RGB value is (190,70,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 01001011
Octal 276 106 113
Decimal 190 70 75
Hex BE 46 4B

RGB Percentages of Color #be464b

%56.72
%20.90
%22.39

CMYK Percentages of Color #be464b

%0
%63
%61
%25

Triadic Colors of #be464b

#be464b #4bbe46 #464bbe

Analogous Colors of #be464b

#be464b #be7d46 #be4687

Monochromatic Colors of #be464b

#be464b

Complementary Color

#be464b #46beb9

#be464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be464b Color CSS Codes

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

#be464b Text Font Color

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

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


#be464b Background Color

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

This div background color is #be464b


#be464b Border Color

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

This div border color is #be464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be464b


Comments

No comments written yet.

Please login to write comment.