Color Hex Logo

#bf717a Color Hex

#BF717A
(191,113,122)
0 Favorites   0 Comments

Color spaces of #bf717a

RGB 191113122
HSL0.980.380.60
HSV353°41°75°
CMYK 0.000.410.36   0.25
XYZ30.903824.291821.4723
Yxy24.29180.40310.3168
Hunter Lab49.286725.67158.6704
CIE-Lab56.378831.83998.3776

#bf717a color RGB value is (191,113,122).

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

The process color (four color CMYK) of #bf717a color hex is 0.00, 0.41, 0.36, 0.25. Web safe color of #bf717a is #cc6666. Color #bf717a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110001 01111010
Octal 277 161 172
Decimal 191 113 122
Hex BF 71 7A

RGB Percentages of Color #bf717a

%44.84
%26.53
%28.64

CMYK Percentages of Color #bf717a

%0
%41
%36
%25

Triadic Colors of #bf717a

#bf717a #7abf71 #717abf

Analogous Colors of #bf717a

#bf717a #bf8f71 #bf71a1

Monochromatic Colors of #bf717a

#bf717a

Complementary Color

#bf717a #71bfb6

#bf717a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf717a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf717a Color CSS Codes

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

#bf717a Text Font Color

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

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


#bf717a Background Color

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

This div background color is #bf717a


#bf717a Border Color

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

This div border color is #bf717a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf717a


Comments

No comments written yet.

Please login to write comment.