Color Hex Logo

#be50bd Color Hex

#BE50BD
(190,80,189)
0 Favorites   0 Comments

Color spaces of #be50bd

RGB 19080189
HSL0.830.460.53
HSV301°58°75°
CMYK 0.000.580.01   0.25
XYZ33.289220.358650.3192
Yxy20.35860.32020.1958
Hunter Lab45.120552.7336-34.5369
CIE-Lab52.240358.3062-36.9723

#be50bd color RGB value is (190,80,189).

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

The process color (four color CMYK) of #be50bd color hex is 0.00, 0.58, 0.01, 0.25. Web safe color of #be50bd is #cc66cc. Color #be50bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 10111101
Octal 276 120 275
Decimal 190 80 189
Hex BE 50 BD

RGB Percentages of Color #be50bd

%41.39
%17.43
%41.18

CMYK Percentages of Color #be50bd

%0
%58
%1
%25

Triadic Colors of #be50bd

#be50bd #bdbe50 #50bdbe

Analogous Colors of #be50bd

#be50bd #be5086 #8850be

Monochromatic Colors of #be50bd

#be50bd

Complementary Color

#be50bd #50be51

#be50bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be50bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be50bd Color CSS Codes

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

#be50bd Text Font Color

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

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


#be50bd Background Color

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

This div background color is #be50bd


#be50bd Border Color

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

This div border color is #be50bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be50bd


Comments

No comments written yet.

Please login to write comment.