Color Hex Logo

#b8228b Color Hex

#B8228B
(184,34,139)
0 Favorites   0 Comments

Color spaces of #b8228b

RGB 18434139
HSL0.880.690.43
HSV318°82°72°
CMYK 0.000.820.24   0.28
XYZ24.999413.198525.6560
Yxy13.19850.39150.2067
Hunter Lab36.329759.2533-16.4397
CIE-Lab43.060865.7841-21.7011

#b8228b color RGB value is (184,34,139).

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

The process color (four color CMYK) of #b8228b color hex is 0.00, 0.82, 0.24, 0.28. Web safe color of #b8228b is #cc3399. Color #b8228b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100010 10001011
Octal 270 42 213
Decimal 184 34 139
Hex B8 22 8B

RGB Percentages of Color #b8228b

%51.54
%9.52
%38.94

CMYK Percentages of Color #b8228b

%0
%82
%24
%28

Triadic Colors of #b8228b

#b8228b #8bb822 #228bb8

Analogous Colors of #b8228b

#b8228b #b82240 #9a22b8

Monochromatic Colors of #b8228b

#b8228b

Complementary Color

#b8228b #22b84f

#b8228b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8228b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8228b Color CSS Codes

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

#b8228b Text Font Color

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

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


#b8228b Background Color

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

This div background color is #b8228b


#b8228b Border Color

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

This div border color is #b8228b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8228b


Comments

No comments written yet.

Please login to write comment.