Color Hex Logo

#bf386f Color Hex

#BF386F
(191,56,111)
0 Favorites   0 Comments

Color spaces of #bf386f

RGB 19156111
HSL0.930.550.48
HSV336°71°75°
CMYK 0.000.710.42   0.25
XYZ25.769315.052416.5861
Yxy15.05240.44890.2622
Hunter Lab38.797450.66441.8114
CIE-Lab45.705957.6385-0.4237

#bf386f color RGB value is (191,56,111).

#bf386f hex color red value is 191, green value is 56 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bf386f hue: 0.93 , saturation: 0.55 and the lightness value of bf386f is 0.48.

The process color (four color CMYK) of #bf386f color hex is 0.00, 0.71, 0.42, 0.25. Web safe color of #bf386f is #cc3366. Color #bf386f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00111000 01101111
Octal 277 70 157
Decimal 191 56 111
Hex BF 38 6F

RGB Percentages of Color #bf386f

%53.35
%15.64
%31.01

CMYK Percentages of Color #bf386f

%0
%71
%42
%25

Triadic Colors of #bf386f

#bf386f #6fbf38 #386fbf

Analogous Colors of #bf386f

#bf386f #bf4438 #bf38b3

Monochromatic Colors of #bf386f

#bf386f

Complementary Color

#bf386f #38bf88

#bf386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf386f Color CSS Codes

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

#bf386f Text Font Color

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

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


#bf386f Background Color

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

This div background color is #bf386f


#bf386f Border Color

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

This div border color is #bf386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf386f


Comments

No comments written yet.

Please login to write comment.