Color Hex Logo

#b22189 Color Hex

#B22189
(178,33,137)
0 Favorites   0 Comments

Color spaces of #b22189

RGB 17833137
HSL0.880.690.41
HSV317°81°70°
CMYK 0.000.810.23   0.30
XYZ23.419312.358824.8181
Yxy12.35880.38650.2040
Hunter Lab35.155157.3901-17.2478
CIE-Lab41.780864.4047-22.5484

#b22189 color RGB value is (178,33,137).

#b22189 hex color red value is 178, green value is 33 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #b22189 hue: 0.88 , saturation: 0.69 and the lightness value of b22189 is 0.41.

The process color (four color CMYK) of #b22189 color hex is 0.00, 0.81, 0.23, 0.30. Web safe color of #b22189 is #993399. Color #b22189 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 10001001
Octal 262 41 211
Decimal 178 33 137
Hex B2 21 89

RGB Percentages of Color #b22189

%51.15
%9.48
%39.37

CMYK Percentages of Color #b22189

%0
%81
%23
%30

Triadic Colors of #b22189

#b22189 #89b221 #2189b2

Analogous Colors of #b22189

#b22189 #b22140 #9321b2

Monochromatic Colors of #b22189

#b22189

Complementary Color

#b22189 #21b24a

#b22189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22189 Color CSS Codes

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

#b22189 Text Font Color

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

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


#b22189 Background Color

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

This div background color is #b22189


#b22189 Border Color

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

This div border color is #b22189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,33,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b22189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b22189;
  -webkit-box-shadow: 1px 1px 3px 2px #b22189;
  box-shadow:         1px 1px 3px 2px #b22189; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,33,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22189


Comments

No comments written yet.

Please login to write comment.