Color Hex Logo

#bf229f Color Hex

#BF229F
(191,34,159)
0 Favorites   0 Comments

Color spaces of #bf229f

RGB 19134159
HSL0.870.700.44
HSV312°82°75°
CMYK 0.000.820.17   0.25
XYZ28.315914.723634.1504
Yxy14.72360.36680.1907
Hunter Lab38.371364.5731-25.9080
CIE-Lab45.253369.9164-30.2771

#bf229f color RGB value is (191,34,159).

#bf229f hex color red value is 191, green value is 34 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bf229f hue: 0.87 , saturation: 0.70 and the lightness value of bf229f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100010 10011111
Octal 277 42 237
Decimal 191 34 159
Hex BF 22 9F

RGB Percentages of Color #bf229f

%49.74
%8.85
%41.41

CMYK Percentages of Color #bf229f

%0
%82
%17
%25

Triadic Colors of #bf229f

#bf229f #9fbf22 #229fbf

Analogous Colors of #bf229f

#bf229f #bf2251 #9122bf

Monochromatic Colors of #bf229f

#bf229f

Complementary Color

#bf229f #22bf42

#bf229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf229f Color CSS Codes

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

#bf229f Text Font Color

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

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


#bf229f Background Color

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

This div background color is #bf229f


#bf229f Border Color

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

This div border color is #bf229f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf229f


Comments

No comments written yet.

Please login to write comment.