Color Hex Logo

#b3325c Color Hex

#B3325C
(179,50,92)
0 Favorites   0 Comments

Color spaces of #b3325c

RGB 1795092
HSL0.950.560.45
HSV340°72°70°
CMYK 0.000.720.49   0.30
XYZ21.662812.637611.4228
Yxy12.63760.47380.2764
Hunter Lab35.549446.56145.8334
CIE-Lab42.212054.50466.0390

#b3325c color RGB value is (179,50,92).

#b3325c hex color red value is 179, green value is 50 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b3325c hue: 0.95 , saturation: 0.56 and the lightness value of b3325c is 0.45.

The process color (four color CMYK) of #b3325c color hex is 0.00, 0.72, 0.49, 0.30. Web safe color of #b3325c is #cc3366. Color #b3325c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 01011100
Octal 263 62 134
Decimal 179 50 92
Hex B3 32 5C

RGB Percentages of Color #b3325c

%55.76
%15.58
%28.66

CMYK Percentages of Color #b3325c

%0
%72
%49
%30

Triadic Colors of #b3325c

#b3325c #5cb332 #325cb3

Analogous Colors of #b3325c

#b3325c #b34932 #b3329d

Monochromatic Colors of #b3325c

#b3325c

Complementary Color

#b3325c #32b389

#b3325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3325c Color CSS Codes

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

#b3325c Text Font Color

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

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


#b3325c Background Color

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

This div background color is #b3325c


#b3325c Border Color

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

This div border color is #b3325c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,50,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3325c


Comments

No comments written yet.

Please login to write comment.