Color Hex Logo

#bf71ba Color Hex

#BF71BA
(191,113,186)
0 Favorites   0 Comments

Color spaces of #bf71ba

RGB 191113186
HSL0.840.380.60
HSV304°41°75°
CMYK 0.000.410.03   0.25
XYZ36.253926.431849.6454
Yxy26.43180.32270.2353
Hunter Lab51.411935.9014-21.2645
CIE-Lab58.444741.7298-25.5818

#bf71ba color RGB value is (191,113,186).

#bf71ba hex color red value is 191, green value is 113 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bf71ba hue: 0.84 , saturation: 0.38 and the lightness value of bf71ba is 0.60.

The process color (four color CMYK) of #bf71ba color hex is 0.00, 0.41, 0.03, 0.25. Web safe color of #bf71ba is #cc66cc. Color #bf71ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110001 10111010
Octal 277 161 272
Decimal 191 113 186
Hex BF 71 BA

RGB Percentages of Color #bf71ba

%38.98
%23.06
%37.96

CMYK Percentages of Color #bf71ba

%0
%41
%3
%25

Triadic Colors of #bf71ba

#bf71ba #babf71 #71babf

Analogous Colors of #bf71ba

#bf71ba #bf7193 #9d71bf

Monochromatic Colors of #bf71ba

#bf71ba

Complementary Color

#bf71ba #71bf76

#bf71ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf71ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf71ba Color CSS Codes

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

#bf71ba Text Font Color

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

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


#bf71ba Background Color

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

This div background color is #bf71ba


#bf71ba Border Color

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

This div border color is #bf71ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf71ba


Comments

No comments written yet.

Please login to write comment.