Color Hex Logo

#b42163 Color Hex

#B42163
(180,33,99)
0 Favorites   0 Comments

Color spaces of #b42163

RGB 1803399
HSL0.930.690.42
HSV333°82°71°
CMYK 0.000.820.45   0.29
XYZ21.618411.691912.9217
Yxy11.69190.46760.2529
Hunter Lab34.193453.01611.5297
CIE-Lab40.722260.7175-0.4872

#b42163 color RGB value is (180,33,99).

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

The process color (four color CMYK) of #b42163 color hex is 0.00, 0.82, 0.45, 0.29. Web safe color of #b42163 is #cc3366. Color #b42163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 01100011
Octal 264 41 143
Decimal 180 33 99
Hex B4 21 63

RGB Percentages of Color #b42163

%57.69
%10.58
%31.73

CMYK Percentages of Color #b42163

%0
%82
%45
%29

Triadic Colors of #b42163

#b42163 #63b421 #2163b4

Analogous Colors of #b42163

#b42163 #b42921 #b421ad

Monochromatic Colors of #b42163

#b42163

Complementary Color

#b42163 #21b472

#b42163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42163 Color CSS Codes

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

#b42163 Text Font Color

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

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


#b42163 Background Color

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

This div background color is #b42163


#b42163 Border Color

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

This div border color is #b42163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,33,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 #b42163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42163


Comments

No comments written yet.

Please login to write comment.