Color Hex Logo

#be457e Color Hex

#BE457E
(190,69,126)
0 Favorites   0 Comments

Color spaces of #be457e

RGB 19069126
HSL0.920.480.51
HSV332°64°75°
CMYK 0.000.640.34   0.25
XYZ27.129216.709821.5341
Yxy16.70980.41500.2556
Hunter Lab40.877646.9290-2.6193
CIE-Lab47.892353.8096-6.3658

#be457e color RGB value is (190,69,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000101 01111110
Octal 276 105 176
Decimal 190 69 126
Hex BE 45 7E

RGB Percentages of Color #be457e

%49.35
%17.92
%32.73

CMYK Percentages of Color #be457e

%0
%64
%34
%25

Triadic Colors of #be457e

#be457e #7ebe45 #457ebe

Analogous Colors of #be457e

#be457e #be4845 #be45bb

Monochromatic Colors of #be457e

#be457e

Complementary Color

#be457e #45be85

#be457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be457e Color CSS Codes

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

#be457e Text Font Color

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

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


#be457e Background Color

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

This div background color is #be457e


#be457e Border Color

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

This div border color is #be457e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,69,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 #be457e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be457e


Comments

No comments written yet.

Please login to write comment.