Color Hex Logo

#be518f Color Hex

#BE518F
(190,81,143)
0 Favorites   0 Comments

Color spaces of #be518f

RGB 19081143
HSL0.910.460.53
HSV326°57°75°
CMYK 0.000.570.25   0.25
XYZ29.135618.815228.0827
Yxy18.81520.38320.2475
Hunter Lab43.376543.9880-8.0218
CIE-Lab50.470350.6210-12.7042

#be518f color RGB value is (190,81,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010001 10001111
Octal 276 121 217
Decimal 190 81 143
Hex BE 51 8F

RGB Percentages of Color #be518f

%45.89
%19.57
%34.54

CMYK Percentages of Color #be518f

%0
%57
%25
%25

Triadic Colors of #be518f

#be518f #8fbe51 #518fbe

Analogous Colors of #be518f

#be518f #be5159 #b751be

Monochromatic Colors of #be518f

#be518f

Complementary Color

#be518f #51be80

#be518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#be518f Color CSS Codes

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

#be518f Text Font Color

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

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


#be518f Background Color

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

This div background color is #be518f


#be518f Border Color

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

This div border color is #be518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be518f


Comments

No comments written yet.

Please login to write comment.