color codes Logo

#bf738c color codes

#BF738C
(191,115,140)
0 Favorites   0 Comments

Color spaces of #bf738c

RGB 191115140
HSL0.950.370.60
HSV340°40°75°
CMYK 0.000.400.27   0.25
XYZ32.350225.231327.9760
Yxy25.23130.37810.2949
Hunter Lab50.230827.05582.1400
CIE-Lab57.300133.1511-0.7673

#bf738c color RGB value is (191,115,140).

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

The process color (four color CMYK) of #bf738c color code is 0.00, 0.40, 0.27, 0.25. Web safe color of #bf738c is #cc6699. Color #bf738c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 10001100
Octal 277 163 214
Decimal 191 115 140
Hex BF 73 8C

RGB Percentages of Color #bf738c

%42.83
%25.78
%31.39

CMYK Percentages of Color #bf738c

%0
%40
%27
%25

Triadic Colors of #bf738c

#bf738c #8cbf73 #738cbf

Analogous Colors of #bf738c

#bf738c #bf8073 #bf73b2

Monochromatic Colors of #bf738c

#bf738c

Complementary Color

#bf738c #73bfa6

#bf738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf738c Color CSS Codes

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

#bf738c Text Font Color

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

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


#bf738c Background Color

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

This div background color is #bf738c


#bf738c Border Color

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

This div border color is #bf738c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf738c

#bf738c Color Palettes


Comments

No comments written yet.

Please login to write comment.