Color Hex Logo

#b42963 Color Hex

#B42963
(180,41,99)
0 Favorites   0 Comments

Color spaces of #b42963

RGB 1804199
HSL0.930.630.43
HSV335°77°71°
CMYK 0.000.770.45   0.29
XYZ21.867512.190013.0047
Yxy12.19000.46470.2590
Hunter Lab34.914250.69862.3558
CIE-Lab41.516558.46150.6723

#b42963 color RGB value is (180,41,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 01100011
Octal 264 51 143
Decimal 180 41 99
Hex B4 29 63

RGB Percentages of Color #b42963

%56.25
%12.81
%30.94

CMYK Percentages of Color #b42963

%0
%77
%45
%29

Triadic Colors of #b42963

#b42963 #63b429 #2963b4

Analogous Colors of #b42963

#b42963 #b43529 #b429a9

Monochromatic Colors of #b42963

#b42963

Complementary Color

#b42963 #29b47a

#b42963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42963 Color CSS Codes

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

#b42963 Text Font Color

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

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


#b42963 Background Color

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

This div background color is #b42963


#b42963 Border Color

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

This div border color is #b42963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42963


Comments

No comments written yet.

Please login to write comment.