Color Hex Logo

#b22563 Color Hex

#B22563
(178,37,99)
0 Favorites   0 Comments

Color spaces of #b22563

RGB 1783799
HSL0.930.660.42
HSV334°79°70°
CMYK 0.000.790.44   0.30
XYZ21.273811.689012.9393
Yxy11.68900.46350.2547
Hunter Lab34.189251.23841.4934
CIE-Lab40.717559.1073-0.5399

#b22563 color RGB value is (178,37,99).

#b22563 hex color red value is 178, green value is 37 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b22563 hue: 0.93 , saturation: 0.66 and the lightness value of b22563 is 0.42.

The process color (four color CMYK) of #b22563 color hex is 0.00, 0.79, 0.44, 0.30. Web safe color of #b22563 is #993366. Color #b22563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100101 01100011
Octal 262 45 143
Decimal 178 37 99
Hex B2 25 63

RGB Percentages of Color #b22563

%56.69
%11.78
%31.53

CMYK Percentages of Color #b22563

%0
%79
%44
%30

Triadic Colors of #b22563

#b22563 #63b225 #2563b2

Analogous Colors of #b22563

#b22563 #b22e25 #b225aa

Monochromatic Colors of #b22563

#b22563

Complementary Color

#b22563 #25b274

#b22563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22563 Color CSS Codes

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

#b22563 Text Font Color

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

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


#b22563 Background Color

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

This div background color is #b22563


#b22563 Border Color

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

This div border color is #b22563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22563


Comments

No comments written yet.

Please login to write comment.