Color Hex Logo

#bf75ba Color Hex

#BF75BA
(191,117,186)
0 Favorites   0 Comments

Color spaces of #bf75ba

RGB 191117186
HSL0.840.370.60
HSV304°39°75°
CMYK 0.000.390.03   0.25
XYZ36.710127.344149.7975
Yxy27.34410.32240.2402
Hunter Lab52.291633.8015-19.8580
CIE-Lab59.291539.5943-24.2788

#bf75ba color RGB value is (191,117,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 10111010
Octal 277 165 272
Decimal 191 117 186
Hex BF 75 BA

RGB Percentages of Color #bf75ba

%38.66
%23.68
%37.65

CMYK Percentages of Color #bf75ba

%0
%39
%3
%25

Triadic Colors of #bf75ba

#bf75ba #babf75 #75babf

Analogous Colors of #bf75ba

#bf75ba #bf7595 #9f75bf

Monochromatic Colors of #bf75ba

#bf75ba

Complementary Color

#bf75ba #75bf7a

#bf75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf75ba Color CSS Codes

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

#bf75ba Text Font Color

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

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


#bf75ba Background Color

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

This div background color is #bf75ba


#bf75ba Border Color

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

This div border color is #bf75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf75ba


Comments

No comments written yet.

Please login to write comment.