Color Hex Logo

#bf78ba Color Hex

#BF78BA
(191,120,186)
0 Favorites   0 Comments

Color spaces of #bf78ba

RGB 191120186
HSL0.850.360.61
HSV304°37°75°
CMYK 0.000.370.03   0.25
XYZ37.065328.054549.9159
Yxy28.05450.32220.2439
Hunter Lab52.966532.2207-18.7987
CIE-Lab59.937937.9785-23.2862

#bf78ba color RGB value is (191,120,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111000 10111010
Octal 277 170 272
Decimal 191 120 186
Hex BF 78 BA

RGB Percentages of Color #bf78ba

%38.43
%24.14
%37.42

CMYK Percentages of Color #bf78ba

%0
%37
%3
%25

Triadic Colors of #bf78ba

#bf78ba #babf78 #78babf

Analogous Colors of #bf78ba

#bf78ba #bf7897 #a178bf

Monochromatic Colors of #bf78ba

#bf78ba

Complementary Color

#bf78ba #78bf7d

#bf78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf78ba Color CSS Codes

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

#bf78ba Text Font Color

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

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


#bf78ba Background Color

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

This div background color is #bf78ba


#bf78ba Border Color

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

This div border color is #bf78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf78ba


Comments

No comments written yet.

Please login to write comment.