Color Hex Logo

#bf379e Color Hex

#BF379E
(191,55,158)
0 Favorites   0 Comments

Color spaces of #bf379e

RGB 19155158
HSL0.870.550.48
HSV315°71°75°
CMYK 0.000.710.17   0.25
XYZ29.023616.277433.9599
Yxy16.27740.36620.2054
Hunter Lab40.345357.8052-21.6646
CIE-Lab47.336363.6968-26.4324

#bf379e color RGB value is (191,55,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110111 10011110
Octal 277 67 236
Decimal 191 55 158
Hex BF 37 9E

RGB Percentages of Color #bf379e

%47.28
%13.61
%39.11

CMYK Percentages of Color #bf379e

%0
%71
%17
%25

Triadic Colors of #bf379e

#bf379e #9ebf37 #379ebf

Analogous Colors of #bf379e

#bf379e #bf375a #9c37bf

Monochromatic Colors of #bf379e

#bf379e

Complementary Color

#bf379e #37bf58

#bf379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf379e Color CSS Codes

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

#bf379e Text Font Color

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

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


#bf379e Background Color

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

This div background color is #bf379e


#bf379e Border Color

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

This div border color is #bf379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf379e


Comments

No comments written yet.

Please login to write comment.