Color Hex Logo

#bf759a Color Hex

#BF759A
(191,117,154)
0 Favorites   0 Comments

Color spaces of #bf759a

RGB 191117154
HSL0.920.370.60
HSV330°39°75°
CMYK 0.000.390.19   0.25
XYZ33.679926.132033.8407
Yxy26.13200.35960.2790
Hunter Lab51.119528.1451-3.4659
CIE-Lab58.162134.1544-7.6084

#bf759a color RGB value is (191,117,154).

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

The process color (four color CMYK) of #bf759a color hex is 0.00, 0.39, 0.19, 0.25. Web safe color of #bf759a is #cc6699. Color #bf759a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110101 10011010
Octal 277 165 232
Decimal 191 117 154
Hex BF 75 9A

RGB Percentages of Color #bf759a

%41.34
%25.32
%33.33

CMYK Percentages of Color #bf759a

%0
%39
%19
%25

Triadic Colors of #bf759a

#bf759a #9abf75 #759abf

Analogous Colors of #bf759a

#bf759a #bf7575 #bf75bf

Monochromatic Colors of #bf759a

#bf759a

Complementary Color

#bf759a #75bf9a

#bf759a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf759a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf759a Color CSS Codes

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

#bf759a Text Font Color

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

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


#bf759a Background Color

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

This div background color is #bf759a


#bf759a Border Color

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

This div border color is #bf759a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf759a


Comments

No comments written yet.

Please login to write comment.