Color Hex Logo

#be455a Color Hex

#BE455A
(190,69,90)
0 Favorites   0 Comments

Color spaces of #be455a

RGB 1906990
HSL0.970.480.51
HSV350°64°75°
CMYK 0.000.640.53   0.25
XYZ25.208815.941611.4212
Yxy15.94160.47950.3032
Hunter Lab39.926942.828010.9888
CIE-Lab46.897850.137514.1223

#be455a color RGB value is (190,69,90).

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

The process color (four color CMYK) of #be455a color hex is 0.00, 0.64, 0.53, 0.25. Web safe color of #be455a is #cc3366. Color #be455a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000101 01011010
Octal 276 105 132
Decimal 190 69 90
Hex BE 45 5A

RGB Percentages of Color #be455a

%54.44
%19.77
%25.79

CMYK Percentages of Color #be455a

%0
%64
%53
%25

Triadic Colors of #be455a

#be455a #5abe45 #455abe

Analogous Colors of #be455a

#be455a #be6d45 #be4597

Monochromatic Colors of #be455a

#be455a

Complementary Color

#be455a #45bea9

#be455a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be455a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be455a Color CSS Codes

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

#be455a Text Font Color

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

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


#be455a Background Color

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

This div background color is #be455a


#be455a Border Color

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

This div border color is #be455a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be455a


Comments

No comments written yet.

Please login to write comment.