Color Hex Logo

#bf329b Color Hex

#BF329B
(191,50,155)
0 Favorites   0 Comments

Color spaces of #bf329b

RGB 19150155
HSL0.880.590.47
HSV315°74°75°
CMYK 0.000.740.19   0.25
XYZ28.542915.724132.5410
Yxy15.72410.37160.2047
Hunter Lab39.653659.0914-20.8977
CIE-Lab46.610464.9566-25.7681

#bf329b color RGB value is (191,50,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00110010 10011011
Octal 277 62 233
Decimal 191 50 155
Hex BF 32 9B

RGB Percentages of Color #bf329b

%48.23
%12.63
%39.14

CMYK Percentages of Color #bf329b

%0
%74
%19
%25

Triadic Colors of #bf329b

#bf329b #9bbf32 #329bbf

Analogous Colors of #bf329b

#bf329b #bf3255 #9d32bf

Monochromatic Colors of #bf329b

#bf329b

Complementary Color

#bf329b #32bf56

#bf329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf329b Color CSS Codes

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

#bf329b Text Font Color

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

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


#bf329b Background Color

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

This div background color is #bf329b


#bf329b Border Color

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

This div border color is #bf329b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf329b


Comments

No comments written yet.

Please login to write comment.