Color Hex Logo

#be83bd Color Hex

#BE83BD
(190,131,189)
0 Favorites   0 Comments

Color spaces of #be83bd

RGB 190131189
HSL0.840.310.63
HSV301°31°75°
CMYK 0.000.310.01   0.25
XYZ38.536830.853952.0684
Yxy30.85390.31730.2540
Hunter Lab55.546326.6334-16.6953
CIE-Lab62.384132.2062-21.2543

#be83bd color RGB value is (190,131,189).

#be83bd hex color red value is 190, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be83bd hue: 0.84 , saturation: 0.31 and the lightness value of be83bd is 0.63.

The process color (four color CMYK) of #be83bd color hex is 0.00, 0.31, 0.01, 0.25. Web safe color of #be83bd is #cc99cc. Color #be83bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000011 10111101
Octal 276 203 275
Decimal 190 131 189
Hex BE 83 BD

RGB Percentages of Color #be83bd

%37.25
%25.69
%37.06

CMYK Percentages of Color #be83bd

%0
%31
%1
%25

Triadic Colors of #be83bd

#be83bd #bdbe83 #83bdbe

Analogous Colors of #be83bd

#be83bd #be83a0 #a283be

Monochromatic Colors of #be83bd

#be83bd

Complementary Color

#be83bd #83be84

#be83bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be83bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be83bd Color CSS Codes

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

#be83bd Text Font Color

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

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


#be83bd Background Color

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

This div background color is #be83bd


#be83bd Border Color

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

This div border color is #be83bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be83bd


Comments

No comments written yet.

Please login to write comment.