Color Hex Logo

#b32763 Color Hex

#B32763
(179,39,99)
0 Favorites   0 Comments

Color spaces of #b32763

RGB 1793999
HSL0.930.640.43
HSV334°78°70°
CMYK 0.000.780.45   0.30
XYZ21.568111.935612.9714
Yxy11.93560.46410.2568
Hunter Lab34.547950.97771.9225
CIE-Lab41.113658.79360.0618

#b32763 color RGB value is (179,39,99).

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

The process color (four color CMYK) of #b32763 color hex is 0.00, 0.78, 0.45, 0.30. Web safe color of #b32763 is #cc3366. Color #b32763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100111 01100011
Octal 263 47 143
Decimal 179 39 99
Hex B3 27 63

RGB Percentages of Color #b32763

%56.47
%12.30
%31.23

CMYK Percentages of Color #b32763

%0
%78
%45
%30

Triadic Colors of #b32763

#b32763 #63b327 #2763b3

Analogous Colors of #b32763

#b32763 #b33127 #b327a9

Monochromatic Colors of #b32763

#b32763

Complementary Color

#b32763 #27b377

#b32763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32763 Color CSS Codes

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

#b32763 Text Font Color

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

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


#b32763 Background Color

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

This div background color is #b32763


#b32763 Border Color

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

This div border color is #b32763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32763


Comments

No comments written yet.

Please login to write comment.