Color Hex Logo

#bb227a Color Hex

#BB227A
(187,34,122)
0 Favorites   0 Comments

Color spaces of #bb227a

RGB 18734122
HSL0.900.690.43
HSV325°82°73°
CMYK 0.000.820.35   0.27
XYZ24.578413.114019.6482
Yxy13.11400.42860.2287
Hunter Lab36.213357.7770-6.8197
CIE-Lab42.934564.5201-11.4076

#bb227a color RGB value is (187,34,122).

#bb227a hex color red value is 187, green value is 34 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb227a hue: 0.90 , saturation: 0.69 and the lightness value of bb227a is 0.43.

The process color (four color CMYK) of #bb227a color hex is 0.00, 0.82, 0.35, 0.27. Web safe color of #bb227a is #cc3366. Color #bb227a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100010 01111010
Octal 273 42 172
Decimal 187 34 122
Hex BB 22 7A

RGB Percentages of Color #bb227a

%54.52
%9.91
%35.57

CMYK Percentages of Color #bb227a

%0
%82
%35
%27

Triadic Colors of #bb227a

#bb227a #7abb22 #227abb

Analogous Colors of #bb227a

#bb227a #bb222d #b022bb

Monochromatic Colors of #bb227a

#bb227a

Complementary Color

#bb227a #22bb63

#bb227a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb227a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb227a Color CSS Codes

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

#bb227a Text Font Color

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

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


#bb227a Background Color

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

This div background color is #bb227a


#bb227a Border Color

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

This div border color is #bb227a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb227a


Comments

No comments written yet.

Please login to write comment.