Color Hex Logo

#bf227b Color Hex

#BF227B
(191,34,123)
0 Favorites   0 Comments

Color spaces of #bf227b

RGB 19134123
HSL0.910.700.44
HSV326°82°75°
CMYK 0.000.820.36   0.25
XYZ25.633013.650520.0227
Yxy13.65050.43220.2302
Hunter Lab36.946659.1842-6.2688
CIE-Lab43.727565.5945-10.7540

#bf227b color RGB value is (191,34,123).

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

The process color (four color CMYK) of #bf227b color hex is 0.00, 0.82, 0.36, 0.25. Web safe color of #bf227b is #cc3366. Color #bf227b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00100010 01111011
Octal 277 42 173
Decimal 191 34 123
Hex BF 22 7B

RGB Percentages of Color #bf227b

%54.89
%9.77
%35.34

CMYK Percentages of Color #bf227b

%0
%82
%36
%25

Triadic Colors of #bf227b

#bf227b #7bbf22 #227bbf

Analogous Colors of #bf227b

#bf227b #bf222d #b522bf

Monochromatic Colors of #bf227b

#bf227b

Complementary Color

#bf227b #22bf66

#bf227b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf227b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf227b Color CSS Codes

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

#bf227b Text Font Color

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

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


#bf227b Background Color

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

This div background color is #bf227b


#bf227b Border Color

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

This div border color is #bf227b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf227b


Comments

No comments written yet.

Please login to write comment.