Color Hex Logo

#be447e Color Hex

#BE447E
(190,68,126)
0 Favorites   0 Comments

Color spaces of #be447e

RGB 19068126
HSL0.920.480.51
HSV331°64°75°
CMYK 0.000.640.34   0.25
XYZ27.068216.587821.5138
Yxy16.58780.41530.2545
Hunter Lab40.728147.3582-2.8090
CIE-Lab47.736454.2345-6.5980

#be447e color RGB value is (190,68,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 01111110
Octal 276 104 176
Decimal 190 68 126
Hex BE 44 7E

RGB Percentages of Color #be447e

%49.48
%17.71
%32.81

CMYK Percentages of Color #be447e

%0
%64
%34
%25

Triadic Colors of #be447e

#be447e #7ebe44 #447ebe

Analogous Colors of #be447e

#be447e #be4744 #be44bb

Monochromatic Colors of #be447e

#be447e

Complementary Color

#be447e #44be84

#be447e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be447e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be447e Color CSS Codes

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

#be447e Text Font Color

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

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


#be447e Background Color

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

This div background color is #be447e


#be447e Border Color

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

This div border color is #be447e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be447e


Comments

No comments written yet.

Please login to write comment.