Color Hex Logo

#be82bf Color Hex

#BE82BF
(190,130,191)
1 Favorites   0 Comments

Color spaces of #be82bf

RGB 190130191
HSL0.830.320.63
HSV299°32°75°
CMYK 0.010.320.00   0.25
XYZ38.621830.674053.1753
Yxy30.67400.31540.2505
Hunter Lab55.384127.5538-18.1565
CIE-Lab62.231533.1360-22.6179

#be82bf color RGB value is (190,130,191).

#be82bf hex color red value is 190, green value is 130 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #be82bf hue: 0.83 , saturation: 0.32 and the lightness value of be82bf is 0.63.

The process color (four color CMYK) of #be82bf color hex is 0.01, 0.32, 0.00, 0.25. Web safe color of #be82bf is #cc99cc. Color #be82bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000010 10111111
Octal 276 202 277
Decimal 190 130 191
Hex BE 82 BF

RGB Percentages of Color #be82bf

%37.18
%25.44
%37.38

CMYK Percentages of Color #be82bf

%1
%32
%0
%25

Triadic Colors of #be82bf

#be82bf #bfbe82 #82bfbe

Analogous Colors of #be82bf

#be82bf #bf82a2 #a082bf

Monochromatic Colors of #be82bf

#be82bf

Complementary Color

#be82bf #83bf82

#be82bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be82bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be82bf Color CSS Codes

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

#be82bf Text Font Color

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

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


#be82bf Background Color

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

This div background color is #be82bf


#be82bf Border Color

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

This div border color is #be82bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be82bf


Comments

No comments written yet.

Please login to write comment.