Color Hex Logo

#be538d Color Hex

#BE538D
(190,83,141)
0 Favorites   0 Comments

Color spaces of #be538d

RGB 19083141
HSL0.910.450.54
HSV327°56°75°
CMYK 0.000.560.26   0.25
XYZ29.136219.056827.3420
Yxy19.05680.38570.2523
Hunter Lab43.654142.7422-6.5774
CIE-Lab50.753649.4022-11.0865

#be538d color RGB value is (190,83,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010011 10001101
Octal 276 123 215
Decimal 190 83 141
Hex BE 53 8D

RGB Percentages of Color #be538d

%45.89
%20.05
%34.06

CMYK Percentages of Color #be538d

%0
%56
%26
%25

Triadic Colors of #be538d

#be538d #8dbe53 #538dbe

Analogous Colors of #be538d

#be538d #be5357 #ba53be

Monochromatic Colors of #be538d

#be538d

Complementary Color

#be538d #53be84

#be538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be538d Color CSS Codes

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

#be538d Text Font Color

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

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


#be538d Background Color

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

This div background color is #be538d


#be538d Border Color

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

This div border color is #be538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be538d


Comments

No comments written yet.

Please login to write comment.