Color Hex Logo

#be59bd Color Hex

#BE59BD
(190,89,189)
0 Favorites   0 Comments

Color spaces of #be59bd

RGB 19089189
HSL0.830.440.55
HSV301°53°75°
CMYK 0.000.530.01   0.25
XYZ33.992921.766050.5538
Yxy21.76600.31970.2047
Hunter Lab46.654048.4134-31.5881
CIE-Lab53.777854.1448-34.5612

#be59bd color RGB value is (190,89,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011001 10111101
Octal 276 131 275
Decimal 190 89 189
Hex BE 59 BD

RGB Percentages of Color #be59bd

%40.60
%19.02
%40.38

CMYK Percentages of Color #be59bd

%0
%53
%1
%25

Triadic Colors of #be59bd

#be59bd #bdbe59 #59bdbe

Analogous Colors of #be59bd

#be59bd #be598b #8d59be

Monochromatic Colors of #be59bd

#be59bd

Complementary Color

#be59bd #59be5a

#be59bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be59bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be59bd Color CSS Codes

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

#be59bd Text Font Color

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

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


#be59bd Background Color

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

This div background color is #be59bd


#be59bd Border Color

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

This div border color is #be59bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be59bd


Comments

No comments written yet.

Please login to write comment.