Color Hex Logo

#bf329e Color Hex

#BF329E
(191,50,158)
0 Favorites   0 Comments

Color spaces of #bf329e

RGB 19150158
HSL0.870.590.47
HSV314°74°75°
CMYK 0.000.740.17   0.25
XYZ28.798015.826233.8847
Yxy15.82620.36680.2016
Hunter Lab39.782259.5960-22.6531
CIE-Lab46.745665.3683-27.3507

#bf329e color RGB value is (191,50,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110010 10011110
Octal 277 62 236
Decimal 191 50 158
Hex BF 32 9E

RGB Percentages of Color #bf329e

%47.87
%12.53
%39.60

CMYK Percentages of Color #bf329e

%0
%74
%17
%25

Triadic Colors of #bf329e

#bf329e #9ebf32 #329ebf

Analogous Colors of #bf329e

#bf329e #bf3257 #9a32bf

Monochromatic Colors of #bf329e

#bf329e

Complementary Color

#bf329e #32bf53

#bf329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf329e Color CSS Codes

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

#bf329e Text Font Color

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

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


#bf329e Background Color

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

This div background color is #bf329e


#bf329e Border Color

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

This div border color is #bf329e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,50,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 #bf329e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf329e


Comments

No comments written yet.

Please login to write comment.