Color Hex Logo

#bf378e Color Hex

#BF378E
(191,55,142)
0 Favorites   0 Comments

Color spaces of #bf378e

RGB 19155142
HSL0.890.550.48
HSV322°71°75°
CMYK 0.000.710.26   0.25
XYZ27.734515.761727.1717
Yxy15.76170.39250.2230
Hunter Lab39.701055.2205-12.7879
CIE-Lab46.660361.5503-17.8814

#bf378e color RGB value is (191,55,142).

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

The process color (four color CMYK) of #bf378e color hex is 0.00, 0.71, 0.26, 0.25. Web safe color of #bf378e is #cc3399. Color #bf378e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110111 10001110
Octal 277 67 216
Decimal 191 55 142
Hex BF 37 8E

RGB Percentages of Color #bf378e

%49.23
%14.18
%36.60

CMYK Percentages of Color #bf378e

%0
%71
%26
%25

Triadic Colors of #bf378e

#bf378e #8ebf37 #378ebf

Analogous Colors of #bf378e

#bf378e #bf374a #ac37bf

Monochromatic Colors of #bf378e

#bf378e

Complementary Color

#bf378e #37bf68

#bf378e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf378e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf378e Color CSS Codes

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

#bf378e Text Font Color

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

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


#bf378e Background Color

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

This div background color is #bf378e


#bf378e Border Color

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

This div border color is #bf378e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf378e


Comments

No comments written yet.

Please login to write comment.