Color Hex Logo

#bf82ba Color Hex

#BF82BA
(191,130,186)
0 Favorites   0 Comments

Color spaces of #bf82ba

RGB 191130186
HSL0.850.320.63
HSV305°32°75°
CMYK 0.000.320.03   0.25
XYZ38.331430.586850.3379
Yxy30.58680.32140.2565
Hunter Lab55.305326.9317-15.2509
CIE-Lab62.157332.5253-19.8932

#bf82ba color RGB value is (191,130,186).

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

The process color (four color CMYK) of #bf82ba color hex is 0.00, 0.32, 0.03, 0.25. Web safe color of #bf82ba is #cc99cc. Color #bf82ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 10111010
Octal 277 202 272
Decimal 191 130 186
Hex BF 82 BA

RGB Percentages of Color #bf82ba

%37.67
%25.64
%36.69

CMYK Percentages of Color #bf82ba

%0
%32
%3
%25

Triadic Colors of #bf82ba

#bf82ba #babf82 #82babf

Analogous Colors of #bf82ba

#bf82ba #bf829c #a682bf

Monochromatic Colors of #bf82ba

#bf82ba

Complementary Color

#bf82ba #82bf87

#bf82ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf82ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf82ba Color CSS Codes

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

#bf82ba Text Font Color

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

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


#bf82ba Background Color

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

This div background color is #bf82ba


#bf82ba Border Color

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

This div border color is #bf82ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf82ba


Comments

No comments written yet.

Please login to write comment.