Color Hex Logo

#be538e Color Hex

#BE538E
(190,83,142)
0 Favorites   0 Comments

Color spaces of #be538e

RGB 19083142
HSL0.910.450.54
HSV327°56°75°
CMYK 0.000.560.25   0.25
XYZ29.210919.086727.7357
Yxy19.08670.38420.2510
Hunter Lab43.688342.8941-7.0587
CIE-Lab50.788549.5396-11.6291

#be538e color RGB value is (190,83,142).

#be538e hex color red value is 190, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #be538e hue: 0.91 , saturation: 0.45 and the lightness value of be538e is 0.54.

The process color (four color CMYK) of #be538e color hex is 0.00, 0.56, 0.25, 0.25. Web safe color of #be538e is #cc6699. Color #be538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 10001110
Octal 276 123 216
Decimal 190 83 142
Hex BE 53 8E

RGB Percentages of Color #be538e

%45.78
%20.00
%34.22

CMYK Percentages of Color #be538e

%0
%56
%25
%25

Triadic Colors of #be538e

#be538e #8ebe53 #538ebe

Analogous Colors of #be538e

#be538e #be5358 #b953be

Monochromatic Colors of #be538e

#be538e

Complementary Color

#be538e #53be83

#be538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#be538e Color CSS Codes

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

#be538e Text Font Color

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

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


#be538e Background Color

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

This div background color is #be538e


#be538e Border Color

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

This div border color is #be538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be538e


Comments

No comments written yet.

Please login to write comment.