Color Hex Logo

#bf748d Color Hex

#BF748D
(191,116,141)
0 Favorites   0 Comments

Color spaces of #bf748d

RGB 191116141
HSL0.940.370.60
HSV340°39°75°
CMYK 0.000.390.26   0.25
XYZ32.539025.490228.4044
Yxy25.49020.37650.2949
Hunter Lab50.487826.68811.9850
CIE-Lab57.550032.7519-0.9822

#bf748d color RGB value is (191,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110100 10001101
Octal 277 164 215
Decimal 191 116 141
Hex BF 74 8D

RGB Percentages of Color #bf748d

%42.63
%25.89
%31.47

CMYK Percentages of Color #bf748d

%0
%39
%26
%25

Triadic Colors of #bf748d

#bf748d #8dbf74 #748dbf

Analogous Colors of #bf748d

#bf748d #bf8174 #bf74b3

Monochromatic Colors of #bf748d

#bf748d

Complementary Color

#bf748d #74bfa6

#bf748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf748d Color CSS Codes

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

#bf748d Text Font Color

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

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


#bf748d Background Color

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

This div background color is #bf748d


#bf748d Border Color

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

This div border color is #bf748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf748d


Comments

No comments written yet.

Please login to write comment.