Color Hex Logo

#bf229d Color Hex

#BF229D
(191,34,157)
0 Favorites   0 Comments

Color spaces of #bf229d

RGB 19134157
HSL0.870.700.44
HSV313°82°75°
CMYK 0.000.820.18   0.25
XYZ28.143714.654733.2436
Yxy14.65470.37010.1927
Hunter Lab38.281564.2368-24.6904
CIE-Lab45.157669.6506-29.2285

#bf229d color RGB value is (191,34,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100010 10011101
Octal 277 42 235
Decimal 191 34 157
Hex BF 22 9D

RGB Percentages of Color #bf229d

%50.00
%8.90
%41.10

CMYK Percentages of Color #bf229d

%0
%82
%18
%25

Triadic Colors of #bf229d

#bf229d #9dbf22 #229dbf

Analogous Colors of #bf229d

#bf229d #bf224f #9322bf

Monochromatic Colors of #bf229d

#bf229d

Complementary Color

#bf229d #22bf44

#bf229d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf229d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf229d Color CSS Codes

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

#bf229d Text Font Color

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

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


#bf229d Background Color

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

This div background color is #bf229d


#bf229d Border Color

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

This div border color is #bf229d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf229d


Comments

No comments written yet.

Please login to write comment.