Color Hex Logo

#be518d Color Hex

#BE518D
(190,81,141)
0 Favorites   0 Comments

Color spaces of #be518d

RGB 19081141
HSL0.910.460.53
HSV327°57°75°
CMYK 0.000.570.26   0.25
XYZ28.985418.755127.2917
Yxy18.75510.38630.2500
Hunter Lab43.307243.6822-7.0489
CIE-Lab50.399450.3460-11.6197

#be518d color RGB value is (190,81,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 10001101
Octal 276 121 215
Decimal 190 81 141
Hex BE 51 8D

RGB Percentages of Color #be518d

%46.12
%19.66
%34.22

CMYK Percentages of Color #be518d

%0
%57
%26
%25

Triadic Colors of #be518d

#be518d #8dbe51 #518dbe

Analogous Colors of #be518d

#be518d #be5157 #b951be

Monochromatic Colors of #be518d

#be518d

Complementary Color

#be518d #51be82

#be518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be518d Color CSS Codes

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

#be518d Text Font Color

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

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


#be518d Background Color

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

This div background color is #be518d


#be518d Border Color

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

This div border color is #be518d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be518d


Comments

No comments written yet.

Please login to write comment.